]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/utf8.c
util-lib: split out hex/dec/oct encoding/decoding into its own file
[thirdparty/systemd.git] / src / basic / utf8.c
index 800884ffee99c77b36c6c16f35015a70442409fa..de124abbdebadcbad7141c617ed2c69909a11b48 100644 (file)
@@ -49,6 +49,7 @@
 #include <string.h>
 #include <stdbool.h>
 
+#include "hexdecoct.h"
 #include "utf8.h"
 #include "util.h"