From: Benny Halevy <bhalevy@xxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxx> --- ctl.c | 2 ++ efi.c | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ctl.c b/ctl.c index 7432a09..d989ab8 100644 --- a/ctl.c +++ b/ctl.c @@ -1,7 +1,9 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> +#include <unistd.h> #include <sys/time.h> +#include <sys/wait.h> #include <event.h> #include <pthread.h> diff --git a/efi.c b/efi.c index b653092..67b6211 100644 --- a/efi.c +++ b/efi.c @@ -95,6 +95,8 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <unistd.h> +#include <sys/types.h> #include "efi.h" -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html