summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/hcrypto/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/hcrypto/hash.h')
-rw-r--r--source4/heimdal/lib/hcrypto/hash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal/lib/hcrypto/hash.h b/source4/heimdal/lib/hcrypto/hash.h
index b8d5d45606..78a795f2a7 100644
--- a/source4/heimdal/lib/hcrypto/hash.h
+++ b/source4/heimdal/lib/hcrypto/hash.h
@@ -43,6 +43,7 @@
#ifdef KRB5
#include <krb5-types.h>
#endif
+#include <roken.h>
#ifndef min
#define min(a,b) (((a)>(b))?(b):(a))