summaryrefslogtreecommitdiff
path: root/src/fcntl/creat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fcntl/creat.c')
-rw-r--r--src/fcntl/creat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcntl/creat.c b/src/fcntl/creat.c
index eab98ca8..3161da79 100644
--- a/src/fcntl/creat.c
+++ b/src/fcntl/creat.c
@@ -1,4 +1,4 @@
-#include "sys/types.h"
+#include <sys/types.h>
#include <fcntl.h>
int creat(const char *path, mode_t mode)