diff options
| author | agc <agc@NetBSD.org> | 2010-02-13 00:14:00 +0000 |
|---|---|---|
| committer | agc <agc@NetBSD.org> | 2010-02-13 00:14:00 +0000 |
| commit | de7c94ffb6d299ca727137cd4ffccfd3a56e91d8 (patch) | |
| tree | 2e6ad5d693f39e55b1e2fae3d695e841f24804f6 | |
| parent | 03a10a6703ebdbb87a29dda343f49c3b1809ac70 (diff) | |
let's get modern int types defined so that netpgp will build on mac os x
| -rw-r--r-- | crypto/external/bsd/netpgp/dist/src/lib/signature.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/external/bsd/netpgp/dist/src/lib/signature.h b/crypto/external/bsd/netpgp/dist/src/lib/signature.h index 904bacf22bd..103da4ff097 100644 --- a/crypto/external/bsd/netpgp/dist/src/lib/signature.h +++ b/crypto/external/bsd/netpgp/dist/src/lib/signature.h @@ -53,6 +53,10 @@ #ifndef SIGNATURE_H_ #define SIGNATURE_H_ +#include <sys/types.h> + +#include <inttypes.h> + #include "packet.h" #include "create.h" #include "memory.h" |
