summaryrefslogtreecommitdiff
path: root/src/grp-machine/systemd-machined/machined.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-11 22:55:47 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-11 22:55:47 -0400
commit7648bff2717c24e9f5c90ec9e4588eda510aba9d (patch)
tree2bf4f778fc37036b9343b8f677244d008efd4329 /src/grp-machine/systemd-machined/machined.c
parent799fb8a3d138c075bfde710d093350a60b7ee75b (diff)
Get grp-machine building
Diffstat (limited to 'src/grp-machine/systemd-machined/machined.c')
-rw-r--r--src/grp-machine/systemd-machined/machined.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grp-machine/systemd-machined/machined.c b/src/grp-machine/systemd-machined/machined.c
index 54fc3d812b..83a74e2549 100644
--- a/src/grp-machine/systemd-machined/machined.c
+++ b/src/grp-machine/systemd-machined/machined.c
@@ -31,11 +31,12 @@
#include "basic/hostname-util.h"
#include "basic/label.h"
#include "basic/signal-util.h"
-#include "machined.h"
#include "sd-bus/bus-error.h"
#include "shared/bus-util.h"
#include "shared/machine-image.h"
+#include "machined.h"
+
Manager *manager_new(void) {
Manager *m;
int r;