aboutsummaryrefslogtreecommitdiff
path: root/src/fft.h
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2013-01-10 22:41:03 +0000
committerJamie Bullock <jamie@jamiebullock.com>2013-01-10 22:41:03 +0000
commita3e9f7452bae04608d8d6e6ab9042cbc9dc10b9d (patch)
tree0d24f0ff99e58a9c0526384991992635a987f1f3 /src/fft.h
parentb5f088a84ea769b15385998f3f087607cf7e71bc (diff)
downloadLibXtract-a3e9f7452bae04608d8d6e6ab9042cbc9dc10b9d.tar.gz
LibXtract-a3e9f7452bae04608d8d6e6ab9042cbc9dc10b9d.tar.bz2
LibXtract-a3e9f7452bae04608d8d6e6ab9042cbc9dc10b9d.zip
fixed Linux bugs
Diffstat (limited to 'src/fft.h')
-rw-r--r--src/fft.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fft.h b/src/fft.h
index 9126377..22d6166 100644
--- a/src/fft.h
+++ b/src/fft.h
@@ -28,6 +28,8 @@
#include <config.h>
#endif
+#include <stdbool.h>
+
#ifdef USE_OOURA
#include "ooura/fftsg.h"
#else