Mercurial > SDL_sound_CoreAudio
diff decoders/ogg.c @ 443:30f96c853462
MacOS X build fixes.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 31 Jan 2003 05:17:46 +0000 |
parents | f1c16afd9ebe |
children | c66080364dff 50bb9a6cebfe |
line wrap: on
line diff
--- a/decoders/ogg.c Fri Jan 31 02:11:03 2003 +0000 +++ b/decoders/ogg.c Fri Jan 31 05:17:46 2003 +0000 @@ -48,8 +48,8 @@ #define __SDL_SOUND_INTERNAL__ #include "SDL_sound_internal.h" -#include "vorbis/codec.h" -#include "vorbis/vorbisfile.h" +#include <vorbis/codec.h> +#include <vorbis/vorbisfile.h> static int OGG_init(void);