mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 19:41:04 -05:00
include <arpa/inet.h>
This commit is contained in:
parent
b6412b0788
commit
8f0c024bf0
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue