diff options
author | Nathan McSween <nwmcsween@gmail.com> | 2016-02-18 23:34:30 +0000 |
---|---|---|
committer | Nathan McSween <nwmcsween@gmail.com> | 2016-02-18 23:34:30 +0000 |
commit | e306723ec4290f8cd0fa08caf12bdc28afda5ed9 (patch) | |
tree | 800c16d63d27ba620c5a4d76de298aa111c9d085 /src/machine/machine-dbus.c | |
parent | 48ddca5f3559c02f06cd03006eb11c6bab1a53e6 (diff) |
Remove/add (un)needed includes
Diffstat (limited to 'src/machine/machine-dbus.c')
-rw-r--r-- | src/machine/machine-dbus.c | 1 |
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 |