diff options
Diffstat (limited to 'src/linux/klogctl.c')
-rw-r--r-- | src/linux/klogctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/linux/klogctl.c b/src/linux/klogctl.c index 209ae742..8102ee64 100644 --- a/src/linux/klogctl.c +++ b/src/linux/klogctl.c @@ -1,3 +1,4 @@ +#include <sys/klog.h> #include "syscall.h" int klogctl (int type, char *buf, int len) |