mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 03:59:34 -05:00
Merge remote branch 'origin/mdb.master'
This commit is contained in:
commit
aa33f4b220
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,10 @@
|
|||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#if !(defined(BYTE_ORDER) || defined(__BYTE_ORDER))
|
||||
#include <resolv.h> /* defines BYTE_ORDER on HPUX and Solaris */
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <pthread.h>
|
||||
#ifdef __APPLE__
|
||||
|
|
|
|||
Loading…
Reference in a new issue