summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-05-20 16:02:59 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-05-26 11:18:13 +0200
commit31b2a835f4ed563ae34a6bc07f5fa1dec9b0fa95 (patch)
treee194c64220c9a356a36fb549c366aa041000eb94 /exec
parentdc00a94df4a06764d822b29cbf35b532343821c8 (diff)
exec: add missing includes
* exec/exec.c: Include mach/gnumach.h. * exec/main.c: Include device/device.h.
Diffstat (limited to 'exec')
-rw-r--r--exec/exec.c1
-rw-r--r--exec/main.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/exec/exec.c b/exec/exec.c
index b068f5e2..2fc1e441 100644
--- a/exec/exec.c
+++ b/exec/exec.c
@@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "priv.h"
+#include <mach/gnumach.h>
#include <hurd.h>
#include <hurd/exec.h>
#include <sys/stat.h>
diff --git a/exec/main.c b/exec/main.c
index 27f33b1c..78faebd4 100644
--- a/exec/main.c
+++ b/exec/main.c
@@ -21,6 +21,7 @@
#include "priv.h"
#include <error.h>
+#include <device/device.h>
#include <hurd/paths.h>
#include <hurd/startup.h>
#include <argp.h>