]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/escape.c
util-lib: split out allocation calls into alloc-util.[ch]
[thirdparty/systemd.git] / src / basic / escape.c
index e763b5dac28f042c5a1ec827a3e8f7dd243f6383..add0d7795bc4e3af3413fec30168bfdfe2b3926b 100644 (file)
@@ -19,6 +19,7 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include "alloc-util.h"
 #include "escape.h"
 #include "hexdecoct.h"
 #include "utf8.h"