GH 46: 1.5.1 build fails on OS X when using libc++

This commit is contained in:
Alex 2012-12-30 09:50:59 -06:00
parent 26a480d325
commit 7094df540f

View File

@ -53,6 +53,7 @@
#include <sys/types.h>
#include <sys/event.h>
#include <sys/time.h>
#include <unistd.h>
#if (POCO_OS == POCO_OS_FREE_BSD) && !defined(O_EVTONLY)
#define O_EVTONLY 0x8000
#endif