diff src/file-io.cc @ 2442:f667d7ec08b9

[project @ 1996-10-30 18:46:22 by jwe]
author jwe
date Wed, 30 Oct 1996 18:46:25 +0000
parents 874f758eade5
children d07a5d0b57e2
line wrap: on
line diff
--- a/src/file-io.cc	Wed Oct 30 18:37:58 1996 +0000
+++ b/src/file-io.cc	Wed Oct 30 18:46:25 1996 +0000
@@ -43,7 +43,9 @@
 #include <iostream.h>
 
 #ifdef HAVE_UNISTD_H
+#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
+#endif
 #include <unistd.h>
 #endif