Module Name: src Committed By: agc Date: Sat Feb 13 00:14:00 UTC 2010
Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: signature.h Log Message: let's get modern int types defined so that netpgp will build on mac os x To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 \ src/crypto/external/bsd/netpgp/dist/src/lib/signature.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/netpgp/dist/src/lib/signature.h diff -u src/crypto/external/bsd/netpgp/dist/src/lib/signature.h:1.15 src/crypto/external/bsd/netpgp/dist/src/lib/signature.h:1.16 --- src/crypto/external/bsd/netpgp/dist/src/lib/signature.h:1.15 Sat Feb 6 02:24:33 2010 +++ src/crypto/external/bsd/netpgp/dist/src/lib/signature.h Sat Feb 13 00:14:00 2010 @@ -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"