summaryrefslogtreecommitdiff
path: root/src/grp-machine/systemd-machined/machined.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-22 17:44:23 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-22 17:44:23 -0400
commit9973bc273d5905f27e8699431999a91545577ca3 (patch)
tree7201f1cb10e02ea54be00b7dd2b2545b6cd78307 /src/grp-machine/systemd-machined/machined.c
parent67e217433fe894a88d29150abce8721045b78d8c (diff)
tidy libmachine-core header locations
Diffstat (limited to 'src/grp-machine/systemd-machined/machined.c')
-rw-r--r--src/grp-machine/systemd-machined/machined.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-machine/systemd-machined/machined.c b/src/grp-machine/systemd-machined/machined.c
index 361d85cb3f..d6ce7e0c26 100644
--- a/src/grp-machine/systemd-machined/machined.c
+++ b/src/grp-machine/systemd-machined/machined.c
@@ -23,7 +23,7 @@
#include <systemd/sd-daemon.h>
-#include "machined.h"
+#include "machine-core/machined.h"
#include "sd-bus/bus-error.h"
#include "sd-bus/bus-util.h"
#include "systemd-basic/alloc-util.h"