diff options
author | Florent Le Coz <louiz@louiz.org> | 2013-11-10 03:29:12 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2013-11-10 03:29:12 +0100 |
commit | 5cb81cace08b016f50708bb8ef718e07865b435a (patch) | |
tree | d2a18daef28d4de46f8af95ba9ed12daec1275dc /src/utils | |
parent | ef014f7ddf8fd603a4238f5ed4878d7038ce162d (diff) | |
download | biboumi-5cb81cace08b016f50708bb8ef718e07865b435a.tar.gz biboumi-5cb81cace08b016f50708bb8ef718e07865b435a.tar.bz2 biboumi-5cb81cace08b016f50708bb8ef718e07865b435a.tar.xz biboumi-5cb81cace08b016f50708bb8ef718e07865b435a.zip |
And actually use the values found by cmake
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/encoding.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/encoding.cpp b/src/utils/encoding.cpp index 2a6aecb..2d95132 100644 --- a/src/utils/encoding.cpp +++ b/src/utils/encoding.cpp @@ -7,6 +7,8 @@ #include <string.h> #include <iconv.h> +#include "config.h" + /** * The UTF-8-encoded character used as a place holder when a character conversion fails. * This is U+FFFD � "replacement character" |