# HG changeset patch # User Ryan C. Gordon # Date 1000888194 0 # Node ID 734e5d75acec636fe3bf6dab1ee9d08566156411 # Parent 0b66213eb4224425ba178e068de6f82fc614cbdc Now includes SDL_endian.h ... diff -r 0b66213eb422 -r 734e5d75acec SDL_sound.h --- 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" {