pwd.h needs sys/types.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 6 Mar 1989 12:28:46 +0000 (04:28 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 6 Mar 1989 12:28:46 +0000 (04:28 -0800)
SCCS-vsn: games/atc/include.h 5.2

usr/src/games/atc/include.h

index 084a3e5..0fa2f68 100644 (file)
@@ -9,9 +9,7 @@
 
 #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