diff options
author | Niels Möller <nisse@lysator.liu.se> | 2004-02-25 14:06:57 +0100 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2004-02-25 14:06:57 +0100 |
commit | 13595b53cc929efe0658160a3f53c21d7979c90f (patch) | |
tree | f50f4411272063d5fe1c9b1fb7bccc69f8d0f999 /pgp.h | |
parent | cc6e45bca90da85e298633d5fdb855483273a3d9 (diff) | |
download | nettle-13595b53cc929efe0658160a3f53c21d7979c90f.tar.gz |
Include nettle-types.h.
Rev: src/nettle/ChangeLog:1.252
Rev: src/nettle/pgp.h:1.7
Diffstat (limited to 'pgp.h')
-rw-r--r-- | pgp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ #include <time.h> +#include "nettle-types.h" + /* FIXME: User must include bignum.h before this file, in order to get mpz_t defined. We don't do that here, in order to kludge through compilation without public key support and without gmp.h. */ |