summaryrefslogtreecommitdiff
path: root/src/unistd/dup3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/dup3.c')
-rw-r--r--src/unistd/dup3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unistd/dup3.c b/src/unistd/dup3.c
index 0eb6caf5..f919f791 100644
--- a/src/unistd/dup3.c
+++ b/src/unistd/dup3.c
@@ -3,7 +3,6 @@
#include <errno.h>
#include <fcntl.h>
#include "syscall.h"
-#include "libc.h"
int __dup3(int old, int new, int flags)
{