summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2015-05-12 14:58:59 +0200
committerStef Walter <stefw@redhat.com>2015-05-12 14:58:59 +0200
commit85a380690957adeec8a5aacd1b662c522de38cbe (patch)
tree064f9f04c435dfdb22f1003dc62aad31081d8bf7
parent3a4522ddb328582930683268f6bf36bd6cbb2fc6 (diff)
downloadp11-kit-rpc-isolate.tar.gz
-rw-r--r--p11-kit/remote.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/p11-kit/remote.c b/p11-kit/remote.c
index 4f6920e..49a03ad 100644
--- a/p11-kit/remote.c
+++ b/p11-kit/remote.c
@@ -46,6 +46,8 @@
#include <assert.h>
#include <errno.h>
+#include <grp.h>
+#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -402,6 +404,7 @@ main (int argc,
const struct group* grp;
unsigned foreground = 1;
unsigned timeout = 0;
+ int e;
enum {
opt_verbose = 'v',