diff --git a/userspace/falco/app/restart_handler.cpp b/userspace/falco/app/restart_handler.cpp index 3ca2ac1a..ac897660 100644 --- a/userspace/falco/app/restart_handler.cpp +++ b/userspace/falco/app/restart_handler.cpp @@ -26,10 +26,10 @@ limitations under the License. #else #include #endif -#if !defined(__APPLE__) && !defined(_WIN32) +#ifdef __linux__ #include -#endif #include +#endif #if __GLIBC__ == 2 && __GLIBC_MINOR__ < 30 #include