diff options
Diffstat (limited to 'src/iemmatrix.h')
-rw-r--r-- | src/iemmatrix.h | 5 |
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" |