diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-03-20 19:48:28 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-03-20 19:48:28 +0000 |
| commit | 2f7866811e62f81cb5c8adc015e3bb373410eaeb (patch) | |
| tree | 3447424cf5c2f9d0c9bcf9288c149f51561a3fb9 /usr.sbin/ppp/arp.c | |
| parent | 62043f48c61c8561f8ef5a8bfb2fed9b1fc8d942 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/arp.c')
| -rw-r--r-- | usr.sbin/ppp/arp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c index a99458534b25f..9a6d4a6093fa6 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.27.2.7 1998/03/16 22:51:37 brian Exp $ + * $Id: arp.c,v 1.27.2.8 1998/03/16 22:53:25 brian Exp $ * */ @@ -61,6 +61,7 @@ #include "slcompress.h" #include "ipcp.h" #include "filter.h" +#include "descriptor.h" #include "bundle.h" #include "arp.h" |
