ref: e22356e7fa43cc9b7f7acd6f612b75950200efe6
parent: bef979aa867d5d6189ba72f864d534db45fcc2ad
author: Paul Brossier <piem@piem.org>
date: Sat Apr 23 16:47:46 EDT 2016
src/aubio_priv.h: use #ifdef HAVE_, not #if HAVE_
--- a/src/aubio_priv.h
+++ b/src/aubio_priv.h
@@ -35,11 +35,11 @@
#include "config.h"
-#if HAVE_STDLIB_H
+#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
-#if HAVE_STDIO_H
+#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif