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 #include <linux/const.h> 9 10 #endif /* _LINUX_KERNEL_H */ 11