Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Patched to compile on Linux with threads enabled. (whoops!)
  • Loading branch information
icculus committed Dec 1, 2018
1 parent c4bc59a commit fac40f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/linux/SDL_dbus.c
Expand Up @@ -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
Expand Down

0 comments on commit fac40f8

Please sign in to comment.