use angle brackets for including ogg.h
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 5 Nov 2002 22:03:18 +0000 (22:03 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 5 Nov 2002 22:03:18 +0000 (22:03 +0000)
src/libOggFLAC/stream_decoder.c
src/libOggFLAC/stream_encoder.c

index 5a2d73d634106af3ef93cf2af759f6dfc5136477..2a2c0aa9ec4e2e9fdd0e3f4748923ce150bad511 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <stdlib.h> /* for calloc() */
 #include <string.h> /* for memset() */
-#include "ogg/ogg.h"
+#include <ogg/ogg.h>
 #include "FLAC/assert.h"
 #include "protected/stream_decoder.h"
 
index 572d490a3c2f45ee6c4401fb0665d545fcdec1d7..4c065a48e25ed743fff4ffc9c95a1265219fa4d2 100644 (file)
@@ -20,7 +20,7 @@
 #include <stdio.h>
 #include <stdlib.h> /* for calloc() */
 #include <string.h> /* for memcpy() */
-#include "ogg/ogg.h"
+#include <ogg/ogg.h>
 #include "FLAC/assert.h"
 #include "OggFLAC/stream_decoder.h"
 #include "protected/stream_encoder.h"