diff options
author | Werner Koch <[email protected]> | 1998-05-13 17:53:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-05-13 17:53:36 +0000 |
commit | 0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce (patch) | |
tree | c569c8c335f811af291181d48bceb336906025a0 /g10/gpgd.c | |
parent | add DSA key generation (diff) | |
download | gnupg-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.tar.gz gnupg-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.zip |
can create v4 signatures
Diffstat (limited to '')
-rw-r--r-- | g10/gpgd.c | 1 |
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" |