diff liboctave/file-ops.cc @ 2443:4d941ba99862

[project @ 1996-10-30 18:51:26 by jwe]
author jwe
date Wed, 30 Oct 1996 18:51:27 +0000
parents 3952436ca2c2
children 1573640a9994
line wrap: on
line diff
--- a/liboctave/file-ops.cc	Wed Oct 30 18:46:25 1996 +0000
+++ b/liboctave/file-ops.cc	Wed Oct 30 18:51:27 1996 +0000
@@ -30,7 +30,9 @@
 #include <cstring>
 
 #ifdef HAVE_UNISTD_H
+#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
+#endif
 #include <unistd.h>
 #endif