changeset 19:734e5d75acec

Now includes SDL_endian.h ...
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 19 Sep 2001 08:29:54 +0000
parents 0b66213eb422
children d4ac6ce1360e
files SDL_sound.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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" {