diff options
| author | martin <martin@NetBSD.org> | 2020-06-20 20:03:27 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2020-06-20 20:03:27 +0000 |
| commit | 29e26047eb13c34e54beea659d40ff82557387c9 (patch) | |
| tree | e87ff7e43c93e249ec604c42587c03c568b832b1 /usr.sbin | |
| parent | 477a1091b6ca5da081c9849614bcbf4eb8022654 (diff) | |
Adapt to netbsd-9 branch
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/npf/npftest/libnpftest/npf_gc_test.c | 1 |
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 |
