diff options
author | grant <grant@pkgsrc.org> | 2005-08-21 05:26:33 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-08-21 05:26:33 +0000 |
commit | ecf46f2b5a74f8da42a9f460bb1e1fd2fac35105 (patch) | |
tree | c2ac0e36288b7bcfe13e086b4c1b23e9642097d8 /pkgtools | |
parent | 43ff9bb0b2af99493f1d3bd405d04f9096372520 (diff) | |
download | pkgsrc-ecf46f2b5a74f8da42a9f460bb1e1fd2fac35105.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.c | 2 |
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 |