diff liboctave/tempname.c @ 2443:4d941ba99862

[project @ 1996-10-30 18:51:26 by jwe]
author jwe
date Wed, 30 Oct 1996 18:51:27 +0000
parents 5f63d83dd694
children 4c8a2e4e0717
line wrap: on
line diff
--- a/liboctave/tempname.c
+++ b/liboctave/tempname.c
@@ -29,7 +29,9 @@
 #include <string.h>
 
 #ifdef HAVE_UNISTD_H
+#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
+#endif
 #include <unistd.h>
 #endif