[Core] Fix Windows build after apr-util removal

This commit is contained in:
Andrey Volk
2022-08-19 02:51:59 +03:00
parent 85d25e269b
commit dd3075a203
12 changed files with 86 additions and 1524 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ static void do_sleep(switch_interval_time_t t)
ts.tv_nsec = (t % APR_USEC_PER_SEC) * 850;
nanosleep(&ts, NULL);
#else
apr_sleep(t);
fspr_sleep(t);
#endif
#if defined(DARWIN)