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