wait needs types.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 9 Dec 1990 08:43:13 +0000 (00:43 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 9 Dec 1990 08:43:13 +0000 (00:43 -0800)
SCCS-vsn: games/hack/hack.pager.c 5.3

usr/src/games/hack/hack.pager.c

index 2624421..749d4b4 100644 (file)
@@ -5,8 +5,9 @@
 /* Also readmail() and doshell(), and generally the things that
    contact the outside world. */
 
 /* Also readmail() and doshell(), and generally the things that
    contact the outside world. */
 
+#include       <sys/types.h>
+#include       <sys/signal.h>
 #include       <stdio.h>
 #include       <stdio.h>
-#include       <signal.h>
 #include "hack.h"
 extern int CO, LI;     /* usually COLNO and ROWNO+2 */
 extern char *CD;
 #include "hack.h"
 extern int CO, LI;     /* usually COLNO and ROWNO+2 */
 extern char *CD;