From 282a3889ebf826db9839be296ff1dd903f6d6d6e Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Sun, 22 Jul 2007 06:48:34 +0000 Subject: [PATCH] Include the header which includes the prerequisite header for AUE_NULL. Approved by: re (kensmith) --- share/examples/kld/syscall/module/syscall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/share/examples/kld/syscall/module/syscall.c b/share/examples/kld/syscall/module/syscall.c index f65668b3a907..3416f3ca10a0 100644 --- a/share/examples/kld/syscall/module/syscall.c +++ b/share/examples/kld/syscall/module/syscall.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include