]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/bitmap.c
util: split out memcmp()/memset() related calls into memory-util.[ch]
[thirdparty/systemd.git] / src / shared / bitmap.c
index a4cd6451b0c0adf34d15862b8873c5a36698ca48..a956a42cab0a5c3dafff4e011fa32420cc1db768 100644 (file)
@@ -10,6 +10,7 @@
 #include "bitmap.h"
 #include "hashmap.h"
 #include "macro.h"
+#include "memory-util.h"
 
 struct Bitmap {
         uint64_t *bitmaps;