BSD 4_3_Tahoe release
[unix-history] / usr / src / games / atc / include.h
index 0fa2f68..084a3e5 100644 (file)
@@ -9,7 +9,9 @@
 
 #include <stdio.h>
 #include <ctype.h>
 
 #include <stdio.h>
 #include <ctype.h>
+#ifdef SYSV
 #include <sys/types.h>
 #include <sys/types.h>
+#endif
 #include <pwd.h>
 
 #ifdef BSD
 #include <pwd.h>
 
 #ifdef BSD