diff src/oct-procbuf.cc @ 2442:f667d7ec08b9

[project @ 1996-10-30 18:46:22 by jwe]
author jwe
date Wed, 30 Oct 1996 18:46:25 +0000
parents a23645b0364e
children 8b262e771614
line wrap: on
line diff
--- a/src/oct-procbuf.cc
+++ b/src/oct-procbuf.cc
@@ -29,7 +29,9 @@
 #include <iostream.h>
 
 #ifdef HAVE_UNISTD_H
+#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
+#endif
 #include <unistd.h>
 #endif