mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
#ifdef for <arpa/inet.h>
This commit is contained in:
parent
6023a2fe42
commit
8f0aae9b72
1 changed files with 3 additions and 0 deletions
|
|
@ -26,7 +26,10 @@
|
|||
#endif
|
||||
|
||||
#include <netinet/in.h>
|
||||
|
||||
#ifdef HAVE_ARPA_INET_H
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ARPA_NAMESER_H
|
||||
#include <arpa/nameser.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue