changeset 506:6ae286a80da5

Whoops, didn't actually fix the gcc4 warnings last time.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 17 Dec 2005 18:49:41 +0000
parents 6455549cd562
children 1841bdcf2122
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:46:20 2005 +0000
+++ b/playsound/playsound_simple.c	Sat Dec 17 18:49:41 2005 +0000
@@ -28,6 +28,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "SDL.h"
 #include "SDL_sound.h"