pwd.h needs types.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 6 Mar 1989 12:29:35 +0000 (04:29 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 6 Mar 1989 12:29:35 +0000 (04:29 -0800)
SCCS-vsn: games/battlestar/init.c 5.3

usr/src/games/battlestar/init.c

index d4fae75..3e99840 100644 (file)
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)init.c     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)init.c     5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
+#include <sys/types.h>
 #include "externs.h"
 #include <pwd.h>
 
 #include "externs.h"
 #include <pwd.h>