mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#7160 get BYTE_ORDER def for HPUX (and Solaris)
This commit is contained in:
parent
953796759e
commit
b23bb7a0b1
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,10 @@
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#if !(defined(BYTE_ORDER) || defined(__BYTE_ORDER))
|
||||||
|
#include <resolv.h> /* defines BYTE_ORDER on HPUX and Solaris */
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue