]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/hexdecoct.c
util-lib: split out allocation calls into alloc-util.[ch]
[thirdparty/systemd.git] / src / basic / hexdecoct.c
index f958582e68a96ccf4b2e343d1161ba0c1691ccc8..4eb566b15aadd0d5d9a2f6a6eee2fb6bed73c662 100644 (file)
@@ -22,6 +22,7 @@
 #include <ctype.h>
 #include <inttypes.h>
 
+#include "alloc-util.h"
 #include "hexdecoct.h"
 #include "util.h"