diff options
Diffstat (limited to 'usr.sbin/ppp/os.c')
-rw-r--r-- | usr.sbin/ppp/os.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/ppp/os.c b/usr.sbin/ppp/os.c index 32f24b0..08dff5b 100644 --- a/usr.sbin/ppp/os.c +++ b/usr.sbin/ppp/os.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: os.c,v 1.13 1997/02/22 16:10:38 peter Exp $ * */ #include "fsm.h" @@ -33,7 +33,10 @@ #include <errno.h> #include <net/if.h> +#include <osreldate.h> +#if __FreeBSD_version >= 199702 #include <net/if_var.h> +#endif #include <net/if_tun.h> #include <net/route.h> #include <arpa/inet.h> |