summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/contrib/pf/net/pfvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/contrib/pf/net/pfvar.h')
-rw-r--r--freebsd/sys/contrib/pf/net/pfvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/contrib/pf/net/pfvar.h b/freebsd/sys/contrib/pf/net/pfvar.h
index 59177b5b..57f96c3c 100644
--- a/freebsd/sys/contrib/pf/net/pfvar.h
+++ b/freebsd/sys/contrib/pf/net/pfvar.h
@@ -34,7 +34,7 @@
#define _NET_PFVAR_H_
#include <rtems/bsd/sys/param.h>
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <sys/queue.h>
#include <sys/tree.h>
#ifdef __FreeBSD__