changeset 2283:cc9b29d0b43e

[project @ 1996-05-27 17:40:57 by jwe]
author jwe
date Mon, 27 May 1996 17:41:38 +0000
parents e50d337478a5
children a83ae9534d2c
files liboctave/file-ops.h src/fn-cache.cc
diffstat 2 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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 <string>
 
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
 class
 file_stat
 {
--- 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 <string>
 
-#ifdef HAVE_UNISTD_H
-#include <sys/types.h>
-#include <unistd.h>
-#endif
-
 #include "file-ops.h"
 #include "str-vec.h"