diff playsound/playsound_simple.c @ 505:a9676c2865f9 stable-1.0

Backport from devbranch: gcc4 cleanup.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 17 Dec 2005 18:47:27 +0000
parents 1b91006ebfef
children 6ae286a80da5
line wrap: on
line diff
--- 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 <stdio.h>
+#include <stdlib.h>
+
 #include "SDL.h"
 #include "SDL_sound.h"