chiark / gitweb /
[PATCH] oops forgot to add the new klibc/include directory
[elogind.git] / klibc / include / sys / param.h
1 /*
2  * sys/param.h
3  */
4
5 #ifndef _SYS_PARAM_H
6 #define _SYS_PARAM_H
7
8 #include <limits.h>
9 #include <linux/param.h>
10
11 #endif /* _SYS_PARAM_H */