diff options
Diffstat (limited to 'test/includes')
-rw-r--r-- | test/includes/pre/fcntl.h (renamed from test/includes/pre/sys/fcntl.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/includes/pre/sys/fcntl.h b/test/includes/pre/fcntl.h index 767c97a631..9c50ed5b1d 100644 --- a/test/includes/pre/sys/fcntl.h +++ b/test/includes/pre/fcntl.h @@ -1,4 +1,4 @@ -#include <sys/fcntl.h> +#include <fcntl.h> static const mode_t kO_RDONLY = O_RDONLY; static const mode_t kO_WRONLY = O_WRONLY; |