types.h needed on a vax
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 9 May 1987 02:01:47 +0000 (18:01 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 9 May 1987 02:01:47 +0000 (18:01 -0800)
SCCS-vsn: usr.bin/window/wwchild.c 3.6

usr/src/usr.bin/window/wwchild.c

index be250cd..d83c442 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)wwchild.c  3.5 %G%";
+static char sccsid[] = "@(#)wwchild.c  3.6 %G%";
 #endif
 
 /*
 #endif
 
 /*
@@ -9,6 +9,7 @@ static char sccsid[] = "@(#)wwchild.c   3.5 %G%";
  */
 
 #include "ww.h"
  */
 
 #include "ww.h"
+#include <sys/types.h>
 #include <sys/wait.h>
 
 wwchild()
 #include <sys/wait.h>
 
 wwchild()