ITS#7160 get BYTE_ORDER def for HPUX (and Solaris)

vmware
Howard Chu 13 years ago
parent 953796759e
commit b23bb7a0b1
  1. 4
      libraries/libmdb/mdb.c

@ -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…
Cancel
Save