Cleaned up more compiler warnings in the 1.2 branch.

--HG--
branch : SDL-1.2
This commit is contained in:
Ryan C. Gordon 2011-10-13 12:29:03 -04:00
parent 81f016928e
commit dff71d0141
2 changed files with 2 additions and 0 deletions

View file

@ -37,6 +37,7 @@
#include "../SDL_audiomem.h"
#include "../SDL_audio_c.h"
#include "../SDL_audiodev_c.h"
#include "../../../include/SDL_video.h" /* for SDL_WM_GetCaption(). */
#include "SDL_pulseaudio.h"
#ifdef SDL_AUDIO_DRIVER_PULSE_DYNAMIC

View file

@ -24,6 +24,7 @@
#include <pthread.h>
#include <semaphore.h>
#include <errno.h>
#include <sys/time.h>
#include "SDL_thread.h"
#include "SDL_timer.h"