mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-25 20:16:57 +00:00
Patched to compile on Linux with threads enabled. (whoops!)
This commit is contained in:
parent
c4bc59a50e
commit
fac40f8e4c
|
@ -24,6 +24,8 @@
|
||||||
#if !SDL_THREADS_DISABLED
|
#if !SDL_THREADS_DISABLED
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
#include <pthread.h>
|
||||||
|
#include "SDL_system.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if SDL_USE_LIBDBUS
|
#if SDL_USE_LIBDBUS
|
||||||
|
|
Loading…
Reference in a new issue