diff options
author | Florent Le Coz <louiz@louiz.org> | 2013-11-10 03:35:31 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2013-11-10 03:35:31 +0100 |
commit | af4fc92c215e48cf13be36a1f8e8e1a821dabb5a (patch) | |
tree | 6ce328f33b320d3db94ac673a374c7355684b738 /src | |
parent | 5cb81cace08b016f50708bb8ef718e07865b435a (diff) | |
download | biboumi-af4fc92c215e48cf13be36a1f8e8e1a821dabb5a.tar.gz biboumi-af4fc92c215e48cf13be36a1f8e8e1a821dabb5a.tar.bz2 biboumi-af4fc92c215e48cf13be36a1f8e8e1a821dabb5a.tar.xz biboumi-af4fc92c215e48cf13be36a1f8e8e1a821dabb5a.zip |
Fix the include of the config.h
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/encoding.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/encoding.cpp b/src/utils/encoding.cpp index 2d95132..634964b 100644 --- a/src/utils/encoding.cpp +++ b/src/utils/encoding.cpp @@ -7,7 +7,7 @@ #include <string.h> #include <iconv.h> -#include "config.h" +#include <config.h> /** * The UTF-8-encoded character used as a place holder when a character conversion fails. |