diff --git a/ksym_mod.c b/ksym_mod.c index 344963b..6c58803 100644 --- a/ksym_mod.c +++ b/ksym_mod.c @@ -91,8 +91,10 @@ #include #if !defined(__GLIBC__) #include +#include #include #else /* __GLIBC__ */ +#include #include extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence)); extern int get_kernel_syms __P ((struct kernel_sym *__table));