Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib let's get modern int...
details: https://anonhg.NetBSD.org/src/rev/567bab7c0567
branches: trunk
changeset: 752075:567bab7c0567
user: agc <agc%NetBSD.org@localhost>
date: Sat Feb 13 00:14:00 2010 +0000
description:
let's get modern int types defined so that netpgp will build on mac os x
diffstat:
crypto/external/bsd/netpgp/dist/src/lib/signature.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r f267fdd7a946 -r 567bab7c0567 crypto/external/bsd/netpgp/dist/src/lib/signature.h
--- a/crypto/external/bsd/netpgp/dist/src/lib/signature.h Fri Feb 12 22:34:39 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/lib/signature.h Sat Feb 13 00:14:00 2010 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index