diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-08 19:48:42 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-08 19:48:42 +0100 |
commit | 94676f3e9352cbf1f72e0a512ee0d2ed83ff676d (patch) | |
tree | 4b73371eb04424b4526a769405bbe22725db3275 /src/run | |
parent | 477def8097245a124f8ff51d17415cf78cde691b (diff) |
localectl: port over to bus_log_create_error()
Diffstat (limited to 'src/run')
-rw-r--r-- | src/run/run.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run/run.c b/src/run/run.c index 3fb72e6103..f4c7005089 100644 --- a/src/run/run.c +++ b/src/run/run.c @@ -28,6 +28,7 @@ #include "build.h" #include "unit-name.h" #include "path-util.h" +#include "bus-error.h" static bool arg_scope = false; static bool arg_remain_after_exit = false; |