diff options
Diffstat (limited to 'src/stb_vorbis.c')
| -rw-r--r-- | src/stb_vorbis.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stb_vorbis.c b/src/stb_vorbis.c index cf7ad1d4..a88b2a77 100644 --- a/src/stb_vorbis.c +++ b/src/stb_vorbis.c @@ -11,6 +11,7 @@ // Get the latest version and other information at: // http://nothings.org/stb_vorbis/ + // Todo: // // - seeking (note you can seek yourself using the pushdata API) @@ -25,6 +26,9 @@ // // All of these limitations may be removed in future versions. + +#include "stb_vorbis.h" + #ifndef STB_VORBIS_HEADER_ONLY // global configuration settings (e.g. set these in the project/makefile), |
