diff options
Diffstat (limited to 'share/examples/kld/syscall/module')
-rw-r--r-- | share/examples/kld/syscall/module/syscall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/examples/kld/syscall/module/syscall.c b/share/examples/kld/syscall/module/syscall.c index f65668b..3416f3c 100644 --- a/share/examples/kld/syscall/module/syscall.c +++ b/share/examples/kld/syscall/module/syscall.c @@ -30,6 +30,7 @@ #include <sys/param.h> #include <sys/proc.h> #include <sys/module.h> +#include <sys/sysproto.h> #include <sys/sysent.h> #include <sys/kernel.h> #include <sys/systm.h> |