diff options
author | Daiki Ueno <dueno@redhat.com> | 2017-02-01 16:39:18 +0100 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2017-02-16 16:17:14 +0100 |
commit | 7b5ad15a68ab7fc0a0cb051f641120c6301694a7 (patch) | |
tree | 5584f4f8b149ef344b30d8bb225768da91754ffd | |
parent | b78bc9304b21da16312473b1f4dc0f8870fb8df9 (diff) |
build: Include <unistd.h> for execv
-rw-r--r-- | trust/extract.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trust/extract.c b/trust/extract.c index 3433151..64c4ade 100644 --- a/trust/extract.c +++ b/trust/extract.c @@ -57,6 +57,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <unistd.h> static bool format_argument (const char *optarg, |