summaryrefslogtreecommitdiff
blob: 6cffe07272eeb60f28f5ad442c0e69af1f0105a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- sysklogd/ksym_mod.c
+++ sysklogd/ksym_mod.c
@@ -93,6 +93,9 @@
 #include <linux/time.h>
 #include <linux/module.h>
 #else /* __GLIBC__ */
+#ifdef __mips__
+#include <linux/linkage.h>
+#endif
 #include <linux/module.h>
 extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence));
 extern int get_kernel_syms __P ((struct kernel_sym *__table));