mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Fix timing functions with the DJGPP build.
This commit is contained in:
+1
-1
@@ -11241,7 +11241,7 @@ IMPLEMENTATION
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(MA_WIN32)
|
#if !defined(MA_WIN32)
|
||||||
#if !defined(MA_NO_THREADING)
|
#if !defined(MA_NO_THREADING) && !defined(MA_DOS)
|
||||||
#include <sched.h>
|
#include <sched.h>
|
||||||
#include <pthread.h> /* For pthreads. */
|
#include <pthread.h> /* For pthreads. */
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user