# HG changeset patch # User Ryan C. Gordon # Date 1134845247 0 # Node ID a9676c2865f9037ba0fd79d01d01a20e91e2312e # Parent 7a5ea0018285d6b172677fe5a2de2634619ee760 Backport from devbranch: gcc4 cleanup. diff -r 7a5ea0018285 -r a9676c2865f9 CHANGELOG --- a/CHANGELOG Tue Dec 06 12:16:49 2005 +0000 +++ b/CHANGELOG Sat Dec 17 18:47:27 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 7a5ea0018285 -r a9676c2865f9 playsound/playsound_simple.c --- a/playsound/playsound_simple.c Tue Dec 06 12:16:49 2005 +0000 +++ b/playsound/playsound_simple.c Sat Dec 17 18:47:27 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"