]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/hashmap.c
util-lib: split out allocation calls into alloc-util.[ch]
[thirdparty/systemd.git] / src / basic / hashmap.c
index 015cc629b17bf9287c3d35fc1087575f4135b905..4109a08c6cafcc426bb4b18087122bed645481a1 100644 (file)
@@ -24,6 +24,7 @@
 #include <pthread.h>
 #include <stdlib.h>
 
+#include "alloc-util.h"
 #include "hashmap.h"
 #include "macro.h"
 #include "mempool.h"