diff options
Diffstat (limited to 'src/charConv.h')
-rw-r--r-- | src/charConv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charConv.h b/src/charConv.h index 61909b7f1..8c5dbdc49 100644 --- a/src/charConv.h +++ b/src/charConv.h @@ -19,6 +19,8 @@ #ifndef CHAR_CONV_H #define CHAR_CONV_H +#include "../config.h" + int setCharSetConversion(char * to, char * from); char * convStrDup(char * string); |