diff options
author | Werner Koch <wk@gnupg.org> | 1998-05-13 19:53:36 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-05-13 19:53:36 +0200 |
commit | 0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce (patch) | |
tree | c569c8c335f811af291181d48bceb336906025a0 /util/iobuf.c | |
parent | add DSA key generation (diff) | |
download | gnupg2-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.tar.xz gnupg2-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.zip |
can create v4 signatures
Diffstat (limited to 'util/iobuf.c')
-rw-r--r-- | util/iobuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/iobuf.c b/util/iobuf.c index 1578d565b..d43fad9ba 100644 --- a/util/iobuf.c +++ b/util/iobuf.c @@ -24,6 +24,7 @@ #include <string.h> #include <errno.h> #include <assert.h> +#include <sys/types.h> #include <sys/stat.h> #include <unistd.h> |