Patched to compile on Linux with threads enabled. (whoops!)

Ryan C. Gordon 2018-12-01 11:14:20 -05:00
parent c4bc59a50e
commit fac40f8e4c
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#if !SDL_THREADS_DISABLED
#include <sys/time.h>
#include <sys/resource.h>
#include <pthread.h>
#include "SDL_system.h"
#endif
#if SDL_USE_LIBDBUS