summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/netinet/ip_fastfwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/netinet/ip_fastfwd.c')
-rw-r--r--freebsd/sys/netinet/ip_fastfwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/netinet/ip_fastfwd.c b/freebsd/sys/netinet/ip_fastfwd.c
index 1d948781..823dee35 100644
--- a/freebsd/sys/netinet/ip_fastfwd.c
+++ b/freebsd/sys/netinet/ip_fastfwd.c
@@ -80,7 +80,7 @@ __FBSDID("$FreeBSD$");
#include <rtems/bsd/local/opt_ipstealth.h>
-#include <rtems/bsd/sys/param.h>
+#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/malloc.h>