sd-bus: add missing include
authorTom Gundersen <teg@jklm.no>
Fri, 31 Oct 2014 10:22:46 +0000 (11:22 +0100)
committerTom Gundersen <teg@jklm.no>
Fri, 31 Oct 2014 10:22:46 +0000 (11:22 +0100)
src/libsystemd/sd-bus/bus-kernel.c

index 6692d9b..ceb1454 100644 (file)
@@ -31,6 +31,7 @@
 
 #include "util.h"
 #include "strv.h"
+#include "memfd-util.h"
 
 #include "bus-internal.h"
 #include "bus-message.h"