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