summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/test-bus-zero-copy.c
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2014-08-18 10:55:49 +0200
committerDaniel Mack <zonque@gmail.com>2014-08-18 12:37:20 +0200
commit43bde981ccc57c744f164a9d95d46c7ce8f21808 (patch)
treeac16b88a6564a43f572667ee004031a8888d164e /src/libsystemd/sd-bus/test-bus-zero-copy.c
parent93bd9b2ecfdafcf0bd895336634c40d68b06d54e (diff)
memfd: move code from public library to src/shared
Don't expose generic kernel API via libsystemd, but keep the code internal for our own usage.
Diffstat (limited to 'src/libsystemd/sd-bus/test-bus-zero-copy.c')
-rw-r--r--src/libsystemd/sd-bus/test-bus-zero-copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/test-bus-zero-copy.c b/src/libsystemd/sd-bus/test-bus-zero-copy.c
index 29e40aa0af..e4a87ab3c5 100644
--- a/src/libsystemd/sd-bus/test-bus-zero-copy.c
+++ b/src/libsystemd/sd-bus/test-bus-zero-copy.c
@@ -24,9 +24,9 @@
#include "util.h"
#include "log.h"
+#include "memfd.h"
#include "sd-bus.h"
-#include "sd-memfd.h"
#include "bus-message.h"
#include "bus-error.h"
#include "bus-kernel.h"