summaryrefslogtreecommitdiff
path: root/libc/inet/getnetent.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/inet/getnetent.c')
-rw-r--r--libc/inet/getnetent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/getnetent.c b/libc/inet/getnetent.c
index b22cc2a5c..d9122f4e2 100644
--- a/libc/inet/getnetent.c
+++ b/libc/inet/getnetent.c
@@ -22,6 +22,7 @@
#include <malloc.h>
#include <netdb.h>
#include <arpa/inet.h>
+#include <unistd.h>
libc_hidden_proto(fopen)
libc_hidden_proto(fclose)