mirror of
https://github.com/openharmony/third_party_rust_libc.git
synced 2026-07-21 10:25:23 -04:00
11 lines
180 B
Diff
11 lines
180 B
Diff
@@ -2,7 +2,9 @@
|
|
#ifndef _LINUX_KERNEL_H
|
|
#define _LINUX_KERNEL_H
|
|
|
|
+#ifdef __GLIBC__
|
|
#include <linux/sysinfo.h>
|
|
+#endif
|
|
#include <linux/const.h>
|
|
|
|
#endif /* _LINUX_KERNEL_H */
|