diff options
author | Ed Schouten <ed@FreeBSD.org> | 2009-06-14 12:44:09 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2009-06-14 12:44:09 +0000 |
commit | 32cf31fa5296db06d6524198e0666a6cf7ced1b3 (patch) | |
tree | 6d2ecc20bdf4c9b7e9f6bc78fc2d1306e22a022d /usr.sbin | |
parent | 953e4134b5b3948e32f9f0066d2f5cc8d7146c9c (diff) | |
download | src-32cf31fa5296db06d6524198e0666a6cf7ced1b3.tar.gz src-32cf31fa5296db06d6524198e0666a6cf7ced1b3.zip |
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/dconschat/dconschat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/dconschat/dconschat.c b/usr.sbin/dconschat/dconschat.c index 4334cf81cefb..9246181a3836 100644 --- a/usr.sbin/dconschat/dconschat.c +++ b/usr.sbin/dconschat/dconschat.c @@ -38,8 +38,10 @@ #include <sys/param.h> #include <sys/types.h> #include <sys/uio.h> +#include <sys/wait.h> #include <unistd.h> #include <fcntl.h> +#include <signal.h> #include <stdio.h> #include <stdlib.h> #include <termios.h> |