# HG changeset patch # User jwe # Date 939920098 0 # Node ID b1969349f6898adb9edac215fac823578dfc6a59 # Parent 171ceefb7d2edd5f655cfefb826572bfff7b0882 [project @ 1999-10-14 16:54:58 by jwe] diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,7 @@ +1999-10-14 John W. Eaton + + * oct-time.cc: Include . + 1999-10-13 John W. Eaton * cmd-edit.h (command_editor::do_resize_terminal): New function. diff --git a/liboctave/oct-time.cc b/liboctave/oct-time.cc --- a/liboctave/oct-time.cc +++ b/liboctave/oct-time.cc @@ -24,6 +24,7 @@ #include #endif +#include #include #include "lo-error.h"