summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorgrant <grant>2005-08-21 05:26:33 +0000
committergrant <grant>2005-08-21 05:26:33 +0000
commit592e59b7bfd518e6b1d23606d9a36b53647809e6 (patch)
treec2ac0e36288b7bcfe13e086b4c1b23e9642097d8 /pkgtools
parent3f99f656c3ebb88c8b09575a6f6e454119ef5ad1 (diff)
downloadpkgsrc-592e59b7bfd518e6b1d23606d9a36b53647809e6.tar.gz
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 (limited to 'pkgtools')
-rw-r--r--pkgtools/digest/files/whirlpool.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgtools/digest/files/whirlpool.c b/pkgtools/digest/files/whirlpool.c
index 69aeab751a2..7ba78f89a9d 100644
--- a/pkgtools/digest/files/whirlpool.c
+++ b/pkgtools/digest/files/whirlpool.c
@@ -60,6 +60,8 @@
#include "config.h"
#endif
+#include <digest-types.h>
+
#include <errno.h>
#include <fcntl.h>
#ifdef HAVE_STDINT_H