summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-10-26 12:42:13 +0000
committerbrian <brian@FreeBSD.org>1997-10-26 12:42:13 +0000
commit730654969b993bebee5ce32874e356317dacf940 (patch)
tree16514ad363d2412373e782e27090916d5494ff6b /usr.sbin/ppp/command.c
parent8be1e875ff4b0b857900e017063986f6a8ef64e7 (diff)
downloadFreeBSD-src-730654969b993bebee5ce32874e356317dacf940.zip
FreeBSD-src-730654969b993bebee5ce32874e356317dacf940.tar.gz
Cosmetic:
Move prototypes into the correct headers.
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r--usr.sbin/ppp/command.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index cf184ee..b84d094 100644
--- a/usr.sbin/ppp/command.c
+++ b/usr.sbin/ppp/command.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: command.c,v 1.87 1997/10/24 22:36:28 brian Exp $
+ * $Id: command.c,v 1.88 1997/10/26 01:02:26 brian Exp $
*
*/
#include <sys/param.h>
@@ -65,6 +65,7 @@
#include "main.h"
#include "route.h"
#include "ccp.h"
+#include "ip.h"
#include "slcompress.h"
struct in_addr ifnetmask;
OpenPOWER on IntegriCloud