chiark / gitweb /
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 6692d9b7f5760a88f06c9d1ef8a4d18273557eeb..ceb145457f5b8dac92b2b0094ddccb823a4dad40 100644 (file)
@@ -31,6 +31,7 @@
 
 #include "util.h"
 #include "strv.h"
+#include "memfd-util.h"
 
 #include "bus-internal.h"
 #include "bus-message.h"