diff --git a/userspace/engine/falco_engine.cpp b/userspace/engine/falco_engine.cpp index 343e92ed..8ff59159 100644 --- a/userspace/engine/falco_engine.cpp +++ b/userspace/engine/falco_engine.cpp @@ -15,7 +15,14 @@ limitations under the License. */ #include +#ifndef _WIN32 #include +#else +#include +#include +#define srandom srand +#define random rand +#endif #include #include #include