mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix timing functions with the DJGPP build.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user