summaryrefslogtreecommitdiff
path: root/src/unistd/close.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/close.c')
-rw-r--r--src/unistd/close.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/unistd/close.c b/src/unistd/close.c
index 69739c29..eb3893f7 100644
--- a/src/unistd/close.c
+++ b/src/unistd/close.c
@@ -1,5 +1,4 @@
-#include "stddef.h"
-#include "sys/types.h"
+#include <sys/types.h>
#include <unistd.h>
#include "_syscall.h"