wait.h needs types.h now
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 17 Jan 1991 05:37:55 +0000 (21:37 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 17 Jan 1991 05:37:55 +0000 (21:37 -0800)
SCCS-vsn: usr.bin/window/wwchild.c 3.14

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

index ea20763..080e459 100644 (file)
@@ -9,10 +9,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)wwchild.c  3.13 (Berkeley) %G%";
+static char sccsid[] = "@(#)wwchild.c  3.14 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "ww.h"
 #endif /* not lint */
 
 #include "ww.h"
+#include <sys/types.h>
 #include <sys/wait.h>
 
 void
 #include <sys/wait.h>
 
 void