diff options
Diffstat (limited to 'agent/call-pinentry.c')
-rw-r--r-- | agent/call-pinentry.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/agent/call-pinentry.c b/agent/call-pinentry.c index 8b9f2afd4..6ae31030d 100644 --- a/agent/call-pinentry.c +++ b/agent/call-pinentry.c @@ -27,7 +27,9 @@ #include <unistd.h> #include <sys/stat.h> #ifndef HAVE_W32_SYSTEM -#include <sys/wait.h> +# include <sys/wait.h> +# include <sys/types.h> +# include <signal.h> #endif #include <pth.h> #include <assuan.h> |