# HG changeset patch # User Ryan C. Gordon # Date 1134845381 0 # Node ID 6ae286a80da52d7d87e9ae7dc7c8e32f5e89fdce # Parent 6455549cd5624c443de3a62efe28cbedba4e34aa Whoops, didn't actually fix the gcc4 warnings last time. diff -r 6455549cd562 -r 6ae286a80da5 playsound/playsound_simple.c --- a/playsound/playsound_simple.c Sat Dec 17 18:46:20 2005 +0000 +++ b/playsound/playsound_simple.c Sat Dec 17 18:49:41 2005 +0000 @@ -28,6 +28,7 @@ #include #include +#include #include "SDL.h" #include "SDL_sound.h"