# HG changeset patch # User Ryan C. Gordon # Date 1134845180 0 # Node ID 6455549cd5624c443de3a62efe28cbedba4e34aa # Parent a0297d442b6ae313ed040caa2d9ae324da5ab4e3 Clean up gcc4 compiler warnings. diff -r a0297d442b6a -r 6455549cd562 CHANGELOG --- a/CHANGELOG Tue Dec 06 12:17:39 2005 +0000 +++ b/CHANGELOG Sat Dec 17 18:46:20 2005 +0000 @@ -2,6 +2,7 @@ * CHANGELOG. */ +12172005 - Fixed gcc4 whining in playsound_simple.c. 12062005 - Trimmed a bunch of junk out of the build system, and now it works on Mac OS X again. 10122005 - Check for libmodplug headers in two possible places (thanks, Tyler!) diff -r a0297d442b6a -r 6455549cd562 playsound/playsound_simple.c --- a/playsound/playsound_simple.c Tue Dec 06 12:17:39 2005 +0000 +++ b/playsound/playsound_simple.c Sat Dec 17 18:46:20 2005 +0000 @@ -26,6 +26,9 @@ * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) */ +#include +#include + #include "SDL.h" #include "SDL_sound.h"