Skip to content

Commit

Permalink
Cleaned up more compiler warnings in the 1.2 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 13, 2011
1 parent 18e8249 commit dd89a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/audio/pulse/SDL_pulseaudio.c
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/thread/pthread/SDL_syssem.c
Expand Up @@ -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"
Expand Down

0 comments on commit dd89a9a

Please sign in to comment.