summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/arp.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-11-22 03:37:54 +0000
committerBrian Somers <brian@FreeBSD.org>1997-11-22 03:37:54 +0000
commitb6e82f33ef84ba5eedb0db2e24525e9d0f661b91 (patch)
treed0d0e64820ed68529fb828bc334dc417554f37a7 /usr.sbin/ppp/arp.c
parent9822c98d98f8dd158b97c0f89f13652f308abb45 (diff)
downloadsrc-test2-b6e82f33ef84ba5eedb0db2e24525e9d0f661b91.tar.gz
src-test2-b6e82f33ef84ba5eedb0db2e24525e9d0f661b91.zip
Notes
Diffstat (limited to 'usr.sbin/ppp/arp.c')
-rw-r--r--usr.sbin/ppp/arp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c
index 9450511e4ac8..dc9c7f398119 100644
--- a/usr.sbin/ppp/arp.c
+++ b/usr.sbin/ppp/arp.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: arp.c,v 1.16 1997/10/26 01:02:03 brian Exp $
+ * $Id: arp.c,v 1.17 1997/11/09 06:22:38 brian Exp $
*
*/
@@ -29,7 +29,9 @@
#include <sys/time.h>
#include <sys/socket.h>
#include <net/if.h>
+#ifdef __FreeBSD__
#include <net/if_var.h>
+#endif
#include <net/route.h>
#include <net/if_dl.h>
#include <netinet/in.h>
@@ -45,6 +47,7 @@
#include <sys/uio.h>
#include <unistd.h>
+#include "command.h"
#include "mbuf.h"
#include "log.h"
#include "id.h"