diff --git a/src/callbacks.c b/src/callbacks.c index a63ce54..9d762d3 100644 --- a/src/callbacks.c +++ b/src/callbacks.c @@ -6,6 +6,10 @@ #include "signals.h" #include "sleep.h" +#if defined(_WIN32) + #include "wio.h" +#endif + static const char* const PROGRESS_STEPS[] = { "|", "/",