pwd.h needs types.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 6 Mar 1989 10:53:16 +0000 (02:53 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 6 Mar 1989 10:53:16 +0000 (02:53 -0800)
SCCS-vsn: games/larn/main.c 5.3

usr/src/games/larn/main.c

index b318bc3..ec426da 100644 (file)
@@ -1,4 +1,5 @@
 /*     main.c          */
 /*     main.c          */
+#include <sys/types.h>
 #include "header.h"
 #include <pwd.h>
 static char copyright[]="\nLarn is copyrighted 1986 by Noah Morgan.\n";
 #include "header.h"
 #include <pwd.h>
 static char copyright[]="\nLarn is copyrighted 1986 by Noah Morgan.\n";