summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2020-06-20 20:03:27 +0000
committermartin <martin@NetBSD.org>2020-06-20 20:03:27 +0000
commit29e26047eb13c34e54beea659d40ff82557387c9 (patch)
treee87ff7e43c93e249ec604c42587c03c568b832b1 /usr.sbin
parent477a1091b6ca5da081c9849614bcbf4eb8022654 (diff)
Adapt to netbsd-9 branch
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/npf/npftest/libnpftest/npf_gc_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c b/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c
index 3c3ee5704db..fe7171f9bc6 100644
--- a/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c
+++ b/usr.sbin/npf/npftest/libnpftest/npf_gc_test.c
@@ -6,6 +6,7 @@
#ifdef _KERNEL
#include <sys/types.h>
+#include <sys/kernel.h>
#include <sys/kmem.h>
#endif