python/ext/aubio-types.h: use <> for non local aubio
authorPaul Brossier <piem@piem.org>
Sat, 17 Dec 2016 11:18:44 +0000 (12:18 +0100)
committerPaul Brossier <piem@piem.org>
Sat, 17 Dec 2016 11:18:44 +0000 (12:18 +0100)
python/ext/aubio-types.h

index f67b2da..4fab6bd 100644 (file)
@@ -27,7 +27,7 @@
 #ifdef USE_LOCAL_AUBIO
 #include "aubio.h"
 #else
 #ifdef USE_LOCAL_AUBIO
 #include "aubio.h"
 #else
-#include "aubio/aubio.h"
+#include <aubio/aubio.h>
 #endif
 
 #define Py_default_vector_length 1024
 #endif
 
 #define Py_default_vector_length 1024