From e1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 28 Jul 2016 00:24:41 -0400 Subject: fix --- src/systemd-nspawn/nspawn-register.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/systemd-nspawn/nspawn-register.c') 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 #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" -- cgit v1.2.3-54-g00ecf