summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/arp.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/arp.c')
-rw-r--r--usr.sbin/ppp/arp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c
index f7c56aa..b416652 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.32 1999/01/28 01:56:30 brian Exp $
+ * $Id: arp.c,v 1.33 1999/04/26 08:54:24 brian Exp $
*
*/
@@ -42,8 +42,10 @@
#include <stdlib.h>
#include <string.h>
#include <sys/sysctl.h>
+#include <termios.h>
#include <unistd.h>
+#include "layer.h"
#include "mbuf.h"
#include "log.h"
#include "id.h"
OpenPOWER on IntegriCloud