Commit 492dec69 authored by David Reid's avatar David Reid

Fix errors with GCC when Vorbis decoding is enabled.

parent 326f268b
...@@ -1965,6 +1965,7 @@ mal_result mal_decoder_seek_to_frame(mal_decoder* pDecoder, mal_uint64 frameInde ...@@ -1965,6 +1965,7 @@ mal_result mal_decoder_seek_to_frame(mal_decoder* pDecoder, mal_uint64 frameInde
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
#ifdef MAL_IMPLEMENTATION #ifdef MAL_IMPLEMENTATION
#include <assert.h> #include <assert.h>
#include <limits.h> // For INT_MAX
#ifdef MAL_WIN32 #ifdef MAL_WIN32
#include <windows.h> #include <windows.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment