diff options
Diffstat (limited to 'inet/arpa/inet.h')
-rw-r--r-- | inet/arpa/inet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/arpa/inet.h b/inet/arpa/inet.h index 561994372f..03021e614c 100644 --- a/inet/arpa/inet.h +++ b/inet/arpa/inet.h @@ -40,6 +40,7 @@ #include <sys/cdefs.h> #include <sys/types.h> +#include <netinet/in.h> /* To define `struct in_addr'. */ __BEGIN_DECLS u_long inet_addr __P((const char *)); |