Fix timing functions with the DJGPP build.

This commit is contained in:
David Reid
2025-08-07 19:12:43 +10:00
parent 0923a484ee
commit 08b8fcd4c6
+1 -1
View File
@@ -11241,7 +11241,7 @@ IMPLEMENTATION
#endif
#if !defined(MA_WIN32)
#if !defined(MA_NO_THREADING)
#if !defined(MA_NO_THREADING) && !defined(MA_DOS)
#include <sched.h>
#include <pthread.h> /* For pthreads. */
#endif