# HG changeset patch # User John W. Eaton # Date 1265668504 18000 # Node ID 323c9cbbd02a487c0294122cbbb7f67acaf72e73 # Parent 4a278982c0fea4073d54474a1d68dd6e8360954d fix gnulib includes diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2010-02-08 John W. Eaton + + * oct-time.cc: Include "strftime.h", not . + * file-ops.cc: Include "pathmax.h", not . + 2010-02-08 John W. Eaton * oct-env.cc (octave_env::prog_invocation_name): Rename from diff --git a/liboctave/file-ops.cc b/liboctave/file-ops.cc --- a/liboctave/file-ops.cc +++ b/liboctave/file-ops.cc @@ -37,7 +37,7 @@ #include #include -#include +#include "pathmax.h" #include "dir-ops.h" #include "file-ops.h" diff --git a/liboctave/oct-time.cc b/liboctave/oct-time.cc --- a/liboctave/oct-time.cc +++ b/liboctave/oct-time.cc @@ -31,7 +31,7 @@ #include #include -#include +#include "strftime.h" #include "lo-error.h" #include "lo-math.h"