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