diff options
Diffstat (limited to 'libc/inet/getnetbynm.c')
-rw-r--r-- | libc/inet/getnetbynm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/getnetbynm.c b/libc/inet/getnetbynm.c index edb610533..9f3655121 100644 --- a/libc/inet/getnetbynm.c +++ b/libc/inet/getnetbynm.c @@ -19,6 +19,7 @@ #include <features.h> #include <netdb.h> #include <string.h> +#include <unistd.h> /* Experimentally off - libc_hidden_proto(strcmp) */ libc_hidden_proto(setnetent) |