diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-30 18:32:37 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-30 18:32:37 +0100 |
commit | a09abc4ae0bdc0200324eaa0416f23ff2170ec4e (patch) | |
tree | ecd669c45e514e889a972d5f827edc4e2fde2f34 /src/libsystemd/sd-bus/bus-message.c | |
parent | 73843b52585d42cc1a970a1c664818ece6942e9e (diff) |
memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc provided headers
Diffstat (limited to 'src/libsystemd/sd-bus/bus-message.c')
-rw-r--r-- | src/libsystemd/sd-bus/bus-message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/bus-message.c b/src/libsystemd/sd-bus/bus-message.c index 0eea32b649..be36d9f417 100644 --- a/src/libsystemd/sd-bus/bus-message.c +++ b/src/libsystemd/sd-bus/bus-message.c @@ -28,7 +28,7 @@ #include "strv.h" #include "time-util.h" #include "cgroup-util.h" -#include "memfd.h" +#include "memfd-util.h" #include "sd-bus.h" #include "bus-message.h" |