summaryrefslogtreecommitdiff
path: root/src/systemctl
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-12-10 19:00:46 +0100
committerLennart Poettering <lennart@poettering.net>2014-12-10 19:07:48 +0100
commit96aad8d15a324d0e956a4e5653a11a67b209b41a (patch)
tree954fe497a2520c7610c61684bbbac99c80edc051 /src/systemctl
parent85bd849f09aceb7f972a0697494ea22b2247a5d7 (diff)
downloadsystemd-96aad8d15a324d0e956a4e5653a11a67b209b41a.tar.gz
sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/bus-common-errors.h
Stuff in src/shared/ should not use stuff from src/libsystemd/ really.
Diffstat (limited to 'src/systemctl')
-rw-r--r--src/systemctl/systemctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 17dfff7887..b1441ad86a 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -72,7 +72,7 @@
#include "bus-util.h"
#include "bus-message.h"
#include "bus-error.h"
-#include "bus-errors.h"
+#include "bus-common-errors.h"
#include "mkdir.h"
static char **arg_types = NULL;