Skip to content
Snippets Groups Projects
Commit b23bb7a0 authored by Howard Chu's avatar Howard Chu
Browse files

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

parent 95379675
No related branches found
No related tags found
No related merge requests found
......@@ -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__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment