summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-01-11 05:58:59 +0000
committerpeter <peter@FreeBSD.org>1996-01-11 05:58:59 +0000
commitedf18f6773b429694093ac856f322f5d2772f892 (patch)
tree7748976be30f3e64ce393325969b407ea2c9b000 /usr.sbin/ppp
parent23b746df7ddcfc218c5ab3324573cde32c7cda01 (diff)
downloadFreeBSD-src-edf18f6773b429694093ac856f322f5d2772f892.zip
FreeBSD-src-edf18f6773b429694093ac856f322f5d2772f892.tar.gz
My freshly aborted 'make world' has pointed out that the wait.h include
file is <sys/wait.h>, not <wait.h> as was recently committed.
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index 8fbf826..c1ac81f 100644
--- a/usr.sbin/ppp/command.c
+++ b/usr.sbin/ppp/command.c
@@ -17,13 +17,13 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: command.c,v 1.10 1995/10/08 14:57:27 amurai Exp $
+ * $Id: command.c,v 1.11 1996/01/10 21:27:40 phk Exp $
*
*/
#include <sys/types.h>
#include <ctype.h>
#include <termios.h>
-#include <wait.h>
+#include <sys/wait.h>
#include <time.h>
#include "fsm.h"
#include "phase.h"
OpenPOWER on IntegriCloud