Merge remote branch 'origin/mdb.master'

This commit is contained in:
Howard Chu 2012-02-21 11:52:44 -08:00
commit aa33f4b220

View File

@ -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__