]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/utf8.c
util-lib: split out allocation calls into alloc-util.[ch]
[thirdparty/systemd.git] / src / basic / utf8.c
index de124abbdebadcbad7141c617ed2c69909a11b48..7600d9990322149202df847b712a537e76963599 100644 (file)
@@ -49,6 +49,7 @@
 #include <string.h>
 #include <stdbool.h>
 
+#include "alloc-util.h"
 #include "hexdecoct.h"
 #include "utf8.h"
 #include "util.h"