aboutsummaryrefslogtreecommitdiffstats
path: root/scd/apdu.c
diff options
context:
space:
mode:
authorMoritz Schulte <[email protected]>2004-07-27 11:35:52 +0000
committerMoritz Schulte <[email protected]>2004-07-27 11:35:52 +0000
commit587222f48d0fc64d967ebb1ff3dece97a95181fe (patch)
treeb06223e71cab901bab0c734aa739926e8e22da5c /scd/apdu.c
parent2004-07-27 Moritz Schulte <[email protected]> (diff)
downloadgnupg-587222f48d0fc64d967ebb1ff3dece97a95181fe.tar.gz
gnupg-587222f48d0fc64d967ebb1ff3dece97a95181fe.zip
2004-07-27 Moritz Schulte <[email protected]>
* apdu.c: Include <signal.h>.
Diffstat (limited to '')
-rw-r--r--scd/apdu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/apdu.c b/scd/apdu.c
index 28d32ad2c..7898452c4 100644
--- a/scd/apdu.c
+++ b/scd/apdu.c
@@ -25,6 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
+#include <signal.h>
#ifdef USE_GNU_PTH
# include <pth.h>
# include <unistd.h>