pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/digest/files include digest-types.h so the va...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4daedfb56ce
branches:  trunk
changeset: 498368:f4daedfb56ce
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Aug 21 05:26:33 2005 +0000

description:
include digest-types.h so the various {u,}intNN_t types are defined.
fixes build on BSD/OS.

from T. M. Pederson in PR pkg/31024.

diffstat:

 pkgtools/digest/files/whirlpool.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r c64c79c65988 -r f4daedfb56ce pkgtools/digest/files/whirlpool.c
--- a/pkgtools/digest/files/whirlpool.c Sun Aug 21 04:47:24 2005 +0000
+++ b/pkgtools/digest/files/whirlpool.c Sun Aug 21 05:26:33 2005 +0000
@@ -60,6 +60,8 @@
 #include "config.h"
 #endif
 
+#include <digest-types.h>
+
 #include <errno.h>
 #include <fcntl.h>
 #ifdef HAVE_STDINT_H



Home | Main Index | Thread Index | Old Index