include <arpa/inet.h>

This commit is contained in:
Bob Halley 1999-07-13 02:01:06 +00:00
parent b6412b0788
commit 8f0c024bf0

View file

@ -38,6 +38,9 @@
*
* It declares ntoh[sl]() and hton[sl]().
*
* It declares inet_aton(), inet_ntop(), and inet_pton() if they are
* available on the system.
*
* MP:
* No impact.
*
@ -84,6 +87,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <isc/result.h>