]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/rc-local-generator/rc-local-generator.c
util-lib: split out allocation calls into alloc-util.[ch]
[thirdparty/systemd.git] / src / rc-local-generator / rc-local-generator.c
index 1007de395948acc47a6471834b78ce3e962aeceb..8e5cf0908c14270a4000abd626fad105d75ffe29 100644 (file)
@@ -24,6 +24,7 @@
 #include <stdio.h>
 #include <unistd.h>
 
+#include "alloc-util.h"
 #include "log.h"
 #include "mkdir.h"
 #include "string-util.h"