aboutsummaryrefslogtreecommitdiff
path: root/src/iemmatrix.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-07-22 13:39:32 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-07-22 13:39:32 +0000
commit1a645b8807a2e55372a02ec50d71a8134968626d (patch)
tree84a8028ff1c43a89bf085a21b4ec50c61ae206ef /src/iemmatrix.h
parent1f9a0c772d2178f0df6c2a6ea16e3c0986abeed4 (diff)
added check for fftw3;
use config.h for extended configuration svn path=/trunk/externals/iem/iemmatrix/; revision=10203
Diffstat (limited to 'src/iemmatrix.h')
-rw-r--r--src/iemmatrix.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/iemmatrix.h b/src/iemmatrix.h
index 2e9eb13..5021ed0 100644
--- a/src/iemmatrix.h
+++ b/src/iemmatrix.h
@@ -53,6 +53,11 @@
#include "m_pd.h"
+
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif /* HAVE_CONFIG_H */
+
#define VERSION "0.1"