Re: [PATCH 02/11] exec: add missing includes

2014-05-22 Thread Samuel Thibault
Justus Winter, le Thu 22 May 2014 22:13:24 +0200, a écrit : > * exec/exec.c: Include mach/gnumach.h. > * exec/main.c: Include device/device.h. Ack. > --- > 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..2fc1

[PATCH 02/11] exec: add missing includes

2014-05-22 Thread Justus Winter
* 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 Fo