mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
GH 46: 1.5.1 build fails on OS X when using libc++
This commit is contained in:
parent
26a480d325
commit
7094df540f
@ -53,6 +53,7 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/event.h>
|
#include <sys/event.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#include <unistd.h>
|
||||||
#if (POCO_OS == POCO_OS_FREE_BSD) && !defined(O_EVTONLY)
|
#if (POCO_OS == POCO_OS_FREE_BSD) && !defined(O_EVTONLY)
|
||||||
#define O_EVTONLY 0x8000
|
#define O_EVTONLY 0x8000
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user