diff options
Diffstat (limited to 'ext/tarkin/wavelet.c')
-rw-r--r-- | ext/tarkin/wavelet.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/tarkin/wavelet.c b/ext/tarkin/wavelet.c index a83aa499..9288e15b 100644 --- a/ext/tarkin/wavelet.c +++ b/ext/tarkin/wavelet.c @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "mem.h" #include "wavelet.h" |