summaryrefslogtreecommitdiff
path: root/src/systemd-nspawn/nspawn-register.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
commite1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 (patch)
treebd93abe325e0a0c8106f24f1f30b5536c00d0290 /src/systemd-nspawn/nspawn-register.c
parentaee084841b875167d9afd4984208fb9a95f89896 (diff)
fix
Diffstat (limited to 'src/systemd-nspawn/nspawn-register.c')
-rw-r--r--src/systemd-nspawn/nspawn-register.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd-nspawn/nspawn-register.c b/src/systemd-nspawn/nspawn-register.c
index 4eb0031a39..29e60ca48a 100644
--- a/src/systemd-nspawn/nspawn-register.c
+++ b/src/systemd-nspawn/nspawn-register.c
@@ -20,8 +20,8 @@
#include <systemd/sd-bus.h>
#include "sd-bus/bus-error.h" /* for bus_error_message */
-#include "bus-unit-util.h"
-#include "bus-util.h"
+#include "shared/bus-unit-util.h"
+#include "shared/bus-util.h"
#include "nspawn-register.h"
#include "basic/stat-util.h"
#include "basic/strv.h"