Skip to content
Snippets Groups Projects
Commit 44ac4c42 authored by Timothy B. Terriberry's avatar Timothy B. Terriberry
Browse files

Fix iseeking_example #includes.

Unless you're using the autotools build system, <vorbis/...> doesn't exist, and
 could pull out-of-date system headers anyway.
ivorbisfile_example had the same problem, but that fix was accidentally
 included in r17526.


git-svn-id: https://svn.xiph.org/trunk/Tremor@17532 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent ef2706e7
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@
#include <stdlib.h>
#include <stdio.h>
#include <vorbis/ivorbiscodec.h>
#include <vorbis/ivorbisfile.h>
#include "ivorbiscodec.h"
#include "ivorbisfile.h"
#ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
# include <io.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment