diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-07 22:45:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-08 12:49:59 +0200 |
commit | 66cb2fde7b0ab6603775ad13c30c004f5fd88f0c (patch) | |
tree | b046cf10f6245ccf8f1d32651f234f70a3ddba09 /src/machine/machine-dbus.h | |
parent | 041f793b6b1e4b86edc909b4b2867463b3ef3efd (diff) |
basic: move two more terminal-related calls into terminal-util.[ch]
Diffstat (limited to 'src/machine/machine-dbus.h')
-rw-r--r-- | src/machine/machine-dbus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/machine/machine-dbus.h b/src/machine/machine-dbus.h index 38b46ad936..194e680e05 100644 --- a/src/machine/machine-dbus.h +++ b/src/machine/machine-dbus.h @@ -23,6 +23,8 @@ #include "sd-bus.h" +#include "machine.h" + extern const sd_bus_vtable machine_vtable[]; char *machine_bus_path(Machine *s); |