summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/contrib/pf/net/pf_if.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--freebsd/sys/contrib/pf/net/pf_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/contrib/pf/net/pf_if.c b/freebsd/sys/contrib/pf/net/pf_if.c
index 3ac645f9..d730cd5e 100644
--- a/freebsd/sys/contrib/pf/net/pf_if.c
+++ b/freebsd/sys/contrib/pf/net/pf_if.c
@@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$");
#ifndef __FreeBSD__
#include <sys/device.h>
#endif
-#include <rtems/bsd/sys/time.h>
+#include <sys/time.h>
#ifndef __FreeBSD__
#include <sys/pool.h>
#endif