# HG changeset patch # User jwe # Date 833218898 0 # Node ID cc9b29d0b43e54a68e2e36977921deb61b83ba78 # Parent e50d337478a58db95ea02de897edf15f98fc79d6 [project @ 1996-05-27 17:40:57 by jwe] diff -r e50d337478a5 -r cc9b29d0b43e liboctave/file-ops.h --- a/liboctave/file-ops.h Fri May 24 20:14:06 1996 +0000 +++ b/liboctave/file-ops.h Mon May 27 17:41:38 1996 +0000 @@ -25,6 +25,10 @@ #include +#ifdef HAVE_SYS_TYPES_H +#include +#endif + class file_stat { diff -r e50d337478a5 -r cc9b29d0b43e src/fn-cache.cc --- a/src/fn-cache.cc Fri May 24 20:14:06 1996 +0000 +++ b/src/fn-cache.cc Mon May 27 17:41:38 1996 +0000 @@ -26,11 +26,6 @@ #include -#ifdef HAVE_UNISTD_H -#include -#include -#endif - #include "file-ops.h" #include "str-vec.h"