Patched to compile on various platforms.

This commit is contained in:
Ryan C. Gordon
2016-04-12 18:11:36 -04:00
parent c61675dc5d
commit 9b4db2b8aa
8 changed files with 8 additions and 8 deletions

View File

@@ -46,7 +46,7 @@
#include "../SDL_audio_c.h"
#include "SDL_pulseaudio.h"
#include "SDL_loadso.h"
#include "../thread/SDL_systhread.h"
#include "../../thread/SDL_systhread.h"
#if (PA_API_VERSION < 12)
/** Return non-zero if the passed state is one of the connected states */