summaryrefslogtreecommitdiff
path: root/src/fcntl/fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fcntl/fcntl.c')
-rw-r--r--src/fcntl/fcntl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fcntl/fcntl.c b/src/fcntl/fcntl.c
index 6f888bf1..3e2715b4 100644
--- a/src/fcntl/fcntl.c
+++ b/src/fcntl/fcntl.c
@@ -1,7 +1,7 @@
-#include "sys/types.h"
+#include <sys/types.h>
#include <fcntl.h>
-#include "errno.h"
-#include "stdarg.h"
+#include <errno.h>
+#include <stdarg.h>
#include "_syscall.h"
int fcntl(int fildes, int cmd, ...)