diff src/fft.h @ 154:826eb46b2f91

fixed Linux bugs
author Jamie Bullock <jamie@jamiebullock.com>
date Thu, 10 Jan 2013 22:41:03 +0000
parents 9283aaf1ffb8
children ef80f7c52c6d
line wrap: on
line diff
--- a/src/fft.h	Thu Jan 10 21:43:57 2013 +0000
+++ b/src/fft.h	Thu Jan 10 22:41:03 2013 +0000
@@ -28,6 +28,8 @@
 #include <config.h>
 #endif
 
+#include <stdbool.h>
+
 #ifdef USE_OOURA
 #include "ooura/fftsg.h"
 #else