From 911bea800f656eb9ec4f279297bc165c24e09dee Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 17 Dec 2016 12:18:44 +0100 Subject: [PATCH] python/ext/aubio-types.h: use <> for non local aubio --- python/ext/aubio-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ext/aubio-types.h b/python/ext/aubio-types.h index f67b2dad..4fab6bd3 100644 --- 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 #endif #define Py_default_vector_length 1024 -- 2.11.0