mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-30 12:30:56 +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:
parent
5ee9ff8c8f
commit
89e45ced87
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user