From d565aec93adbc6e8de4122349327c6825999bd80 Mon Sep 17 00:00:00 2001 From: Roberto Scolaro Date: Tue, 24 Oct 2023 17:28:45 +0000 Subject: [PATCH] fix(userspace/falco): disable sys/select.h on windows Signed-off-by: Roberto Scolaro --- userspace/falco/app/restart_handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/falco/app/restart_handler.cpp b/userspace/falco/app/restart_handler.cpp index 3ca2ac1afb0..f0791d00c14 100644 --- a/userspace/falco/app/restart_handler.cpp +++ b/userspace/falco/app/restart_handler.cpp @@ -28,8 +28,8 @@ limitations under the License. #endif #if !defined(__APPLE__) && !defined(_WIN32) #include -#endif #include +#endif #if __GLIBC__ == 2 && __GLIBC_MINOR__ < 30 #include