FreeBSD fix for DirectoryWatcher

This commit is contained in:
Aleksandar Fabijanic
2012-09-25 07:28:38 +00:00
parent 142120ee86
commit 7f02626724

View File

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