diff liboctave/mkdir.c @ 2443:4d941ba99862

[project @ 1996-10-30 18:51:26 by jwe]
author jwe
date Wed, 30 Oct 1996 18:51:27 +0000
parents f1fbe4cdd75c
children f7e4a95916f2
line wrap: on
line diff
--- a/liboctave/mkdir.c
+++ b/liboctave/mkdir.c
@@ -21,7 +21,9 @@
 
 #ifndef HAVE_MKDIR
 
+#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
+#endif
 #include <sys/stat.h>
 #include <errno.h>
 #ifndef errno