bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 02/11] exec: add missing includes


From: Justus Winter
Subject: [PATCH 02/11] exec: add missing includes
Date: Thu, 22 May 2014 22:13:24 +0200

* exec/exec.c: Include mach/gnumach.h.
* exec/main.c: Include device/device.h.
---
 exec/exec.c | 1 +
 exec/main.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/exec/exec.c b/exec/exec.c
index b068f5e..2fc1e44 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 27f33b1..78faebd 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>
-- 
2.0.0.rc2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]