summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-message.c
diff options
context:
space:
mode:
authorHristo Venev <mustrumr97@gmail.com>2014-08-26 20:40:35 +0200
committerLennart Poettering <lennart@poettering.net>2014-08-26 20:40:35 +0200
commitf2322f0b64107b2eee1fadb6c59857381277a9f8 (patch)
tree16fd3014f4a1bbaa5007bfc11a9cd591547d3537 /src/libsystemd/sd-bus/bus-message.c
parent498cfc230af8f83675be2e92057956f1792969e4 (diff)
sd-bus: don't include internal header memfd.h in public header sd-bus.h
https://bugs.freedesktop.org/show_bug.cgi?id=83097
Diffstat (limited to 'src/libsystemd/sd-bus/bus-message.c')
-rw-r--r--src/libsystemd/sd-bus/bus-message.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-bus/bus-message.c b/src/libsystemd/sd-bus/bus-message.c
index c058b06f41..d00455a112 100644
--- a/src/libsystemd/sd-bus/bus-message.c
+++ b/src/libsystemd/sd-bus/bus-message.c
@@ -28,6 +28,7 @@
#include "strv.h"
#include "time-util.h"
#include "cgroup-util.h"
+#include "memfd.h"
#include "sd-bus.h"
#include "bus-message.h"