From 31b2a835f4ed563ae34a6bc07f5fa1dec9b0fa95 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 20 May 2014 16:02:59 +0200 Subject: exec: add missing includes * exec/exec.c: Include mach/gnumach.h. * exec/main.c: Include device/device.h. --- exec/exec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'exec/exec.c') 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 #include #include #include -- cgit v1.2.3