aboutsummaryrefslogtreecommitdiffstats
path: root/g10/trustdb.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/trustdb.c
parentadd DSA key generation (diff)
downloadgnupg-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.tar.gz
gnupg-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.zip
can create v4 signatures
Diffstat (limited to 'g10/trustdb.c')
-rw-r--r--g10/trustdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c
index f36314b3e..07ae19b9b 100644
--- a/g10/trustdb.c
+++ b/g10/trustdb.c
@@ -24,8 +24,8 @@
#include <string.h>
#include <errno.h>
#include <assert.h>
-#include <sys/stat.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>