diff SDL_sound.h @ 19:734e5d75acec

Now includes SDL_endian.h ...
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 19 Sep 2001 08:29:54 +0000
parents 4368fdb091b1
children 0e27c909c952
line wrap: on
line diff
--- a/SDL_sound.h	Wed Sep 19 08:24:22 2001 +0000
+++ b/SDL_sound.h	Wed Sep 19 08:29:54 2001 +0000
@@ -55,6 +55,7 @@
 #define _INCLUDE_SDL_SOUND_H_
 
 #include "SDL.h"
+#include "SDL_endian.h"
 
 #ifdef __cplusplus
 extern "C" {