summaryrefslogtreecommitdiff
path: root/src/unistd/writev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/writev.c')
-rw-r--r--src/unistd/writev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unistd/writev.c b/src/unistd/writev.c
index ef300ddf..5a46c951 100644
--- a/src/unistd/writev.c
+++ b/src/unistd/writev.c
@@ -1,6 +1,5 @@
#include <sys/uio.h>
#include "syscall.h"
-#include "libc.h"
ssize_t writev(int fd, const struct iovec *iov, int count)
{