diff options
Diffstat (limited to 'src/charConv.c')
-rw-r--r-- | src/charConv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charConv.c b/src/charConv.c index 26e4bddeb..c205e93e4 100644 --- a/src/charConv.c +++ b/src/charConv.c @@ -23,6 +23,8 @@ #include "path.h" #include "os_compat.h" +#include "../config.h" + #ifdef HAVE_ICONV #include <iconv.h> static iconv_t char_conv_iconv; |