chiark / gitweb /
[PATCH] fix bug in klibc's isspace function.
[elogind.git] / klibc / klibc / include / fcntl.h
1 /*
2  * fcntl.h
3  */
4
5 #ifndef _FCNTL_H
6 #define _FCNTL_H
7
8 #include <sys/types.h>
9 #include <linux/fcntl.h>
10
11 #endif /* _FCNTL_H */