commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 50/61: exec: add missing includes


From: Samuel Thibault
Subject: [hurd] 50/61: exec: add missing includes
Date: Tue, 27 May 2014 08:32:14 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 31b2a835f4ed563ae34a6bc07f5fa1dec9b0fa95
Author: Justus Winter <address@hidden>
Date:   Tue May 20 16:02:59 2014 +0200

    exec: add missing includes
    
    * 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>

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

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