summaryrefslogtreecommitdiff
path: root/src/fcntl/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fcntl/open.c')
-rw-r--r--src/fcntl/open.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fcntl/open.c b/src/fcntl/open.c
index 14c12e1b..bc1ae2c1 100644
--- a/src/fcntl/open.c
+++ b/src/fcntl/open.c
@@ -1,8 +1,8 @@
-#include "sys/types.h"
+#include <sys/types.h>
#include <fcntl.h>
-#include "sys/stat.h" /* OH */
-#include "errno.h"
-#include "stdarg.h"
+#include <sys/stat.h> /* OH */
+#include <errno.h>
+#include <stdarg.h>
#include "_syscall.h"
int open(const char *path, int oflag, ...)