diff src/pt-misc.cc @ 2442:f667d7ec08b9

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