diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-12-05 11:59:05 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-12-05 12:25:50 +0100 |
commit | 20ad4cfd8e5592f634f20468798cbc1055ab9faf (patch) | |
tree | 19d3421163da514fad9c74b034d5014636a1cfe0 /src/core/execute.c | |
parent | f3ffced5415a385ff08b460fcc95251e773b38a7 (diff) |
core: add catalog entry and MESSAGE_ID for overmounting
Diffstat (limited to 'src/core/execute.c')
-rw-r--r-- | src/core/execute.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/execute.c b/src/core/execute.c index e236d38e0f..76284700d7 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -50,6 +50,7 @@ #include "capability.h" #include "util.h" #include "log.h" +#include "sd-messages.h" #include "ioprio.h" #include "securebits.h" #include "cgroup.h" @@ -62,8 +63,6 @@ #include "loopback-setup.h" #include "path-util.h" #include "syscall-list.h" -#include "sd-id128.h" -#include "sd-messages.h" #define IDLE_TIMEOUT_USEC (5*USEC_PER_SEC) |