forked from Lainports/freebsd-ports
19 lines
363 B
C
19 lines
363 B
C
*** main.orig Wed May 16 09:50:37 2001
|
|
--- main.c Wed May 16 09:50:57 2001
|
|
***************
|
|
*** 29,35 ****
|
|
#include <stdarg.h>
|
|
|
|
#include <signal.h>
|
|
! #include <wait.h>
|
|
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
--- 29,35 ----
|
|
#include <stdarg.h>
|
|
|
|
#include <signal.h>
|
|
! #include <sys/wait.h>
|
|
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|