chiark / gitweb /
Prep v239: Fix conf-parser.[hc], it got a bit mangled by migration.
[elogind.git] / src / basic / utf8.c
index d18dbc35280c827d5cc8e9ca24a9de34db3003e3..a5ce1a2944ae61ed342ef6ad99f6a4d4a6f01db7 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  Copyright 2008-2011 Kay Sievers
-***/
 
 /* Parts of this file are based on the GLIB utf8 validation functions. The
  * original license text follows. */
@@ -32,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"