diff --git a/iseeking_example.c b/iseeking_example.c index aaf0d39bd08b4c3b18ba9ba3cd2803e04fcf96bd..533d7bd716af29a43bb62c9f631f90bf484b848e 100644 --- a/iseeking_example.c +++ b/iseeking_example.c @@ -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>