summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/main.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-07 04:21:09 +0000
committerjkh <jkh@FreeBSD.org>1996-10-07 04:21:09 +0000
commite80eb7c64875936656241e55c93e705df082c3f7 (patch)
tree954bba82f3795117818be456195650d1a14d55d6 /usr.sbin/ppp/main.c
parent3c16d249ef5b3d4ac01b51138230463e2a385185 (diff)
downloadFreeBSD-src-e80eb7c64875936656241e55c93e705df082c3f7.zip
FreeBSD-src-e80eb7c64875936656241e55c93e705df082c3f7.tar.gz
Properly include prototypes.
Submitted-by: "Daniel O'Callaghan" <danny@panda.hilink.com.au>
Diffstat (limited to 'usr.sbin/ppp/main.c')
-rw-r--r--usr.sbin/ppp/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c
index 8ae6c9f..772be6c 100644
--- a/usr.sbin/ppp/main.c
+++ b/usr.sbin/ppp/main.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: main.c,v 1.19 1996/05/11 20:48:34 phk Exp $
+ * $Id: main.c,v 1.20 1996/07/09 17:40:36 ache Exp $
*
* TODO:
* o Add commands for traffic summary, version display, etc.
@@ -32,6 +32,7 @@
#include <sys/wait.h>
#include <errno.h>
#include <netdb.h>
+#include <unistd.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include "modem.h"
OpenPOWER on IntegriCloud