src/aubio_priv.h: use #ifdef HAVE_, not #if HAVE_
authorPaul Brossier <piem@piem.org>
Sat, 23 Apr 2016 18:47:46 +0000 (20:47 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 23 Apr 2016 18:47:46 +0000 (20:47 +0200)
src/aubio_priv.h

index 8f55260..f3562cc 100644 (file)
 
 #include "config.h"
 
 
 #include "config.h"
 
-#if HAVE_STDLIB_H
+#ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
 
 #include <stdlib.h>
 #endif
 
-#if HAVE_STDIO_H
+#ifdef HAVE_STDIO_H
 #include <stdio.h>
 #endif
 
 #include <stdio.h>
 #endif