diff src/audio/SDL_audio.c @ 2984:0b160c970b7e

Fixed some dependency issues with SDL_revision.h
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 05:41:52 +0000
parents d578ae900755
children f3dcf04412cf
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Sun Jan 04 05:27:13 2009 +0000
+++ b/src/audio/SDL_audio.c	Sun Jan 04 05:41:52 2009 +0000
@@ -24,6 +24,7 @@
 /* Allow access to a raw mixing buffer */
 
 #include "SDL.h"
+#include "SDL_audio.h"
 #include "SDL_audio_c.h"
 #include "SDL_audiomem.h"
 #include "SDL_sysaudio.h"