diff liboctave/filemode.c @ 2443:4d941ba99862

[project @ 1996-10-30 18:51:26 by jwe]
author jwe
date Wed, 30 Oct 1996 18:51:27 +0000
parents 798a4d06ba7d
children f7e4a95916f2
line wrap: on
line diff
--- a/liboctave/filemode.c
+++ b/liboctave/filemode.c
@@ -19,7 +19,9 @@
 #include <config.h>
 #endif
 
+#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
+#endif
 #include <sys/stat.h>
 
 #if !S_IRUSR