summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2004-06-07 01:00:33 +0000
committerRalph Giles <giles@xiph.org>2004-06-07 01:00:33 +0000
commitf3c0be3f5396ac53ed7718d500e081ddadc820d9 (patch)
treea6143b68aa242102fb4bffca53cfeacf0528530d
parent833f4a1f6be7ae42685c5b0118817401779c745b (diff)
downloadtremor-f3c0be3f5396ac53ed7718d500e081ddadc820d9.tar.gz
Use the local headers in the example build so we work out of the box.
git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@6816 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--ivorbisfile_example.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ivorbisfile_example.c b/ivorbisfile_example.c
index 1854fc4..c99cfd2 100644
--- a/ivorbisfile_example.c
+++ b/ivorbisfile_example.c
@@ -21,8 +21,8 @@
#include <stdio.h>
#include <stdlib.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>