diff options
-rw-r--r-- | exec/exec.c | 1 | ||||
-rw-r--r-- | exec/main.c | 1 |
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> |