summaryrefslogtreecommitdiff
path: root/src/basic/utf8.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-08-20 09:30:45 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit6655bb15f39fd491516671932c867864aca20869 (patch)
tree8a490585fdfd6ad3d6811fc3bdc30f9e8461324f /src/basic/utf8.c
parent25e8304fd7e392a73fce31e54a94b301d1786e9b (diff)
Prep v239: Fix conf-parser.[hc], it got a bit mangled by migration.
Diffstat (limited to 'src/basic/utf8.c')
-rw-r--r--src/basic/utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/utf8.c b/src/basic/utf8.c
index 42818358e..a5ce1a294 100644
--- a/src/basic/utf8.c
+++ b/src/basic/utf8.c
@@ -29,7 +29,7 @@
#include <string.h>
#include "alloc-util.h"
-//#include "gunicode.h"
+#include "gunicode.h"
#include "hexdecoct.h"
#include "macro.h"
#include "utf8.h"