diff options
Diffstat (limited to 'Alc/helpers.c')
-rw-r--r-- | Alc/helpers.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/helpers.c b/Alc/helpers.c index 4d715553..6681fde7 100644 --- a/Alc/helpers.c +++ b/Alc/helpers.c @@ -344,6 +344,8 @@ WCHAR *strdupW(const WCHAR *str) #include <pthread_np.h> #endif #include <sched.h> +#include <time.h> +#include <sys/time.h> void InitializeCriticalSection(CRITICAL_SECTION *cs) { |