# HG changeset patch # User Ryan C. Gordon # Date 1134845417 0 # Node ID 7f11a82e918e6fac0951e7a908c510ade3bfdd1c # Parent a9676c2865f9037ba0fd79d01d01a20e91e2312e Whoops, didn't actually fix the gcc4 warnings (backport from devbranch). diff -r a9676c2865f9 -r 7f11a82e918e playsound/playsound_simple.c --- a/playsound/playsound_simple.c Sat Dec 17 18:47:27 2005 +0000 +++ b/playsound/playsound_simple.c Sat Dec 17 18:50:17 2005 +0000 @@ -28,6 +28,7 @@ #include #include +#include #include "SDL.h" #include "SDL_sound.h"