diff liboctave/tempname.c @ 10182:0522a65bcd56

assume unistd.h and sys/types.h exist
author John W. Eaton <jwe@octave.org>
date Thu, 21 Jan 2010 15:41:19 -0500
parents 4c8a2e4e0717
children 42d098307c30
line wrap: on
line diff
--- a/liboctave/tempname.c
+++ b/liboctave/tempname.c
@@ -28,12 +28,8 @@
 #include <stdlib.h>
 #include <string.h>
 
-#ifdef HAVE_UNISTD_H
-#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
-#endif
 #include <unistd.h>
-#endif
 
 #include <fcntl.h>