pwd.h needs types.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 7 Mar 1989 04:19:51 +0000 (20:19 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 7 Mar 1989 04:19:51 +0000 (20:19 -0800)
SCCS-vsn: usr.bin/from/from.c 5.4

usr/src/usr.bin/from/from.c

index a6cb87b..668896b 100644 (file)
@@ -22,9 +22,10 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)from.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)from.c     5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
+#include <sys/types.h>
 #include <ctype.h>
 #include <pwd.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <pwd.h>
 #include <stdio.h>