]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/bpf-program.c
hibernate-resume: add resumeflags= kernel option
[thirdparty/systemd.git] / src / shared / bpf-program.c
index 2c61e0413224fe12383c79e9cf40e485c52be4ea..40bc9645bed3094e5658e74301213bd5deff84f9 100644 (file)
@@ -9,9 +9,9 @@
 #include "bpf-program.h"
 #include "fd-util.h"
 #include "log.h"
+#include "memory-util.h"
 #include "missing.h"
 #include "path-util.h"
-#include "util.h"
 
 int bpf_program_new(uint32_t prog_type, BPFProgram **ret) {
         _cleanup_(bpf_program_unrefp) BPFProgram *p = NULL;