11 lines
192 B
Diff
11 lines
192 B
Diff
|
@@ -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
|