summaryrefslogtreecommitdiff
path: root/exec/exec.c
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/exec.c
parentdc00a94df4a06764d822b29cbf35b532343821c8 (diff)
exec: add missing includes
* exec/exec.c: Include mach/gnumach.h. * exec/main.c: Include device/device.h.
Diffstat (limited to 'exec/exec.c')
-rw-r--r--exec/exec.c1
1 files changed, 1 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>