aboutsummaryrefslogtreecommitdiff
path: root/src/charConv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charConv.h')
-rw-r--r--src/charConv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charConv.h b/src/charConv.h
index 61909b7f..8c5dbdc4 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);