mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-01 14:47:00 +00:00
fix(userspace/falco): disable sys/select.h on windows
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
This commit is contained in:
@@ -26,10 +26,10 @@ limitations under the License.
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#if !defined(__APPLE__) && !defined(_WIN32)
|
||||
#ifdef __linux__
|
||||
#include <sys/inotify.h>
|
||||
#endif
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
#if __GLIBC__ == 2 && __GLIBC_MINOR__ < 30
|
||||
#include <sys/syscall.h>
|
||||
|
Reference in New Issue
Block a user