shithub: aubio

Download patch

ref: 911bea800f656eb9ec4f279297bc165c24e09dee
parent: ef55aa0d989d0fb8ddb6cd3d8ad75b04c7a2e0c0
author: Paul Brossier <piem@piem.org>
date: Sat Dec 17 07:18:44 EST 2016

python/ext/aubio-types.h: use <> for non local aubio

--- a/python/ext/aubio-types.h
+++ b/python/ext/aubio-types.h
@@ -27,7 +27,7 @@
 #ifdef USE_LOCAL_AUBIO
 #include "aubio.h"
 #else
-#include "aubio/aubio.h"
+#include <aubio/aubio.h>
 #endif
 
 #define Py_default_vector_length 1024