diff --git a/run.c b/run.c index 733010c..d1e3d2a 100644 --- a/run.c +++ b/run.c @@ -17,6 +17,8 @@ $ ./run #ifndef _WIN32 #include #include +#else +#include "win.h" #endif // ----------------------------------------------------------------------------