diff options
Diffstat (limited to 'oggwrite~/oggwrite~.c')
-rw-r--r-- | oggwrite~/oggwrite~.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oggwrite~/oggwrite~.c b/oggwrite~/oggwrite~.c index ad025c0..8f91c7f 100644 --- a/oggwrite~/oggwrite~.c +++ b/oggwrite~/oggwrite~.c @@ -59,7 +59,7 @@ #endif
#include "m_pd.h" /* standard pd stuff */
-#include "vorbisenc.h" /* vorbis encoder stuff */
+#include <vorbis/vorbisenc.h> /* vorbis encoder stuff */
#define READ 1024 /* number of samples send to encoder at each call */
/* has to be even multiple of 64 */
|