diff --git a/source/external/jail_audio.cpp b/source/external/jail_audio.cpp index 4ec0191..f8e56fc 100644 --- a/source/external/jail_audio.cpp +++ b/source/external/jail_audio.cpp @@ -1,6 +1,6 @@ #ifndef JA_USESDLMIXER #include "jail_audio.h" -#include "stb_vorbis.c" +#include "stb_vorbis.h" #include #include diff --git a/source/external/stb_vorbis.c b/source/external/stb_vorbis.h similarity index 100% rename from source/external/stb_vorbis.c rename to source/external/stb_vorbis.h