summaryrefslogtreecommitdiff
path: root/userland/libc/fcntl/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'userland/libc/fcntl/open.c')
-rw-r--r--userland/libc/fcntl/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userland/libc/fcntl/open.c b/userland/libc/fcntl/open.c
index 357d826..1e8781a 100644
--- a/userland/libc/fcntl/open.c
+++ b/userland/libc/fcntl/open.c
@@ -1,6 +1,6 @@
#include <fcntl.h>
-#include <syscall.h>
#include <stdarg.h>
+#include <syscall.h>
int open(const char *file, int flags, ...) {
mode_t mode = 0;