aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_auth.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-06-20 18:37:51 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-06-20 18:37:51 +0000
commit6054307b92d4e96bd06946f2d4cac16f5f08d034 (patch)
tree79637b490b95e764cb7a2e0c1e5f10af0cffc3cd /sys/netinet/ip_auth.c
parent847a1ab2645d6f5bfa1fadc0008d55293436231a (diff)
Notes
Diffstat (limited to 'sys/netinet/ip_auth.c')
-rw-r--r--sys/netinet/ip_auth.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/netinet/ip_auth.c b/sys/netinet/ip_auth.c
index 40ffc88c03ad..3eb1a635b015 100644
--- a/sys/netinet/ip_auth.c
+++ b/sys/netinet/ip_auth.c
@@ -6,7 +6,7 @@
* to the original author and the contributors.
*/
#if !defined(lint)
-static const char rcsid[] = "@(#)$Id: ip_auth.c,v 1.2 1998/03/21 11:33:59 peter Exp $";
+static const char rcsid[] = "@(#)$Id: ip_auth.c,v 1.3 1998/03/21 13:37:42 peter Exp $";
#endif
#if defined(KERNEL) && !defined(_KERNEL)
@@ -97,6 +97,9 @@ extern struct ifqueue ipintrq; /* ip packet input queue */
#include "netinet/ip_auth.h"
#if !SOLARIS && !defined(linux)
# include <net/netisr.h>
+# ifdef __FreeBSD__
+# include <machine/cpufunc.h>
+# endif
#endif