Skip to content

Commit

Permalink
fix(userspace/falco): disable sys/select.h on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Oct 25, 2023
1 parent 84a94d8 commit d565aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/falco/app/restart_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ limitations under the License.
#endif
#if !defined(__APPLE__) && !defined(_WIN32)
#include <sys/inotify.h>
#endif
#include <sys/select.h>
#endif

#if __GLIBC__ == 2 && __GLIBC_MINOR__ < 30
#include <sys/syscall.h>
Expand Down

0 comments on commit d565aec

Please sign in to comment.