--- sysklogd/ksym_mod.c +++ sysklogd/ksym_mod.c @@ -93,6 +93,9 @@ #include #include #else /* __GLIBC__ */ +#ifdef __mips__ +#include +#endif #include extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence)); extern int get_kernel_syms __P ((struct kernel_sym *__table));