summaryrefslogtreecommitdiff
path: root/src/machine
diff options
context:
space:
mode:
authorNathan McSween <nwmcsween@gmail.com>2016-02-18 23:34:30 +0000
committerNathan McSween <nwmcsween@gmail.com>2016-02-18 23:34:30 +0000
commite306723ec4290f8cd0fa08caf12bdc28afda5ed9 (patch)
tree800c16d63d27ba620c5a4d76de298aa111c9d085 /src/machine
parent48ddca5f3559c02f06cd03006eb11c6bab1a53e6 (diff)
Remove/add (un)needed includes
Diffstat (limited to 'src/machine')
-rw-r--r--src/machine/machine-dbus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/machine/machine-dbus.c b/src/machine/machine-dbus.c
index 71f20b3f07..c5bbf2fbde 100644
--- a/src/machine/machine-dbus.c
+++ b/src/machine/machine-dbus.c
@@ -20,6 +20,7 @@
#include <errno.h>
#include <string.h>
#include <sys/mount.h>
+#include <sys/wait.h>
/* When we include libgen.h because we need dirname() we immediately
* undefine basename() since libgen.h defines it as a macro to the POSIX