mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Include <netinet/in.h> for Solaris 8
Needed for <resolv.h>, which is needed for BYTE_ORDER.
This commit is contained in:
parent
7233bc295b
commit
833cd905b7
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#if !(defined(BYTE_ORDER) || defined(__BYTE_ORDER))
|
||||
#include <netinet/in.h>
|
||||
#include <resolv.h> /* defines BYTE_ORDER on HPUX and Solaris */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue