summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2013-11-10 03:35:31 +0100
committerFlorent Le Coz <louiz@louiz.org>2013-11-10 03:35:31 +0100
commitaf4fc92c215e48cf13be36a1f8e8e1a821dabb5a (patch)
tree6ce328f33b320d3db94ac673a374c7355684b738 /src/utils
parent5cb81cace08b016f50708bb8ef718e07865b435a (diff)
downloadbiboumi-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/utils')
-rw-r--r--src/utils/encoding.cpp2
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.