changeset 507:7f11a82e918e stable-1.0

Whoops, didn't actually fix the gcc4 warnings (backport from devbranch).
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 17 Dec 2005 18:50:17 +0000
parents a9676c2865f9
children 05ec43c10ac3
files playsound/playsound_simple.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "SDL.h"
 #include "SDL_sound.h"