1@@ -2,7 +2,9 @@
2 #ifndef _LINUX_KERNEL_H
3 #define _LINUX_KERNEL_H
4
5+#ifdef __GLIBC__
6 #include <linux/sysinfo.h>
7+#endif
8
9 /*
10  * 'kernel.h' contains some often-used function prototypes etc
11