Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Patched to compile on Linux with threads enabled. (whoops!)
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/core/linux/SDL_dbus.c
|
@@ -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 |
|
|