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