diff options
Diffstat (limited to 'src/systemd-nspawn/nspawn-register.c')
-rw-r--r-- | src/systemd-nspawn/nspawn-register.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-nspawn/nspawn-register.c b/src/systemd-nspawn/nspawn-register.c index adef200cb5..08cbff9731 100644 --- a/src/systemd-nspawn/nspawn-register.c +++ b/src/systemd-nspawn/nspawn-register.c @@ -19,7 +19,7 @@ #include <systemd/sd-bus.h> -#include "bus-error.h" +#include "bus-error.h" /* for bus_error_message */ #include "bus-unit-util.h" #include "bus-util.h" #include "nspawn-register.h" |