aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpgd.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-05-13 17:53:36 +0000
committerWerner Koch <[email protected]>1998-05-13 17:53:36 +0000
commit0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce (patch)
treec569c8c335f811af291181d48bceb336906025a0 /g10/gpgd.c
parentadd DSA key generation (diff)
downloadgnupg-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.tar.gz
gnupg-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.zip
can create v4 signatures
Diffstat (limited to '')
-rw-r--r--g10/gpgd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/gpgd.c b/g10/gpgd.c
index bc80721d3..010b319b9 100644
--- a/g10/gpgd.c
+++ b/g10/gpgd.c
@@ -25,6 +25,7 @@
#include <string.h>
#include <unistd.h>
#include <signal.h>
+#include <sys/types.h>
#include <sys/stat.h>
#include "util.h"