diff options
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r-- | sys/kern/init_sysent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 6056f3a..5c6e991 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -9,6 +9,7 @@ #include <sys/sysent.h> #include <sys/sysproto.h> +#include "opt_compat.h" #ifdef COMPAT_43 #define compat(n, name) n, (sy_call_t *)__CONCAT(o,name) #else |