summaryrefslogtreecommitdiff
path: root/lib/crypto/hmacmd5.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-24 16:10:53 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-24 16:10:53 +0200
commite3ef8803ee46710d080095e4a76e25d3280d6d8b (patch)
treec5c31ddeb2f446e3ae0e3f40617b3831c79f9a59 /lib/crypto/hmacmd5.h
parent3023a56b64590df9672a084b07990836e675409f (diff)
downloadsamba-e3ef8803ee46710d080095e4a76e25d3280d6d8b.tar.gz
samba-e3ef8803ee46710d080095e4a76e25d3280d6d8b.tar.bz2
samba-e3ef8803ee46710d080095e4a76e25d3280d6d8b.zip
Fix include paths.
Diffstat (limited to 'lib/crypto/hmacmd5.h')
-rw-r--r--lib/crypto/hmacmd5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/crypto/hmacmd5.h b/lib/crypto/hmacmd5.h
index d649906bb4..91b8ca586c 100644
--- a/lib/crypto/hmacmd5.h
+++ b/lib/crypto/hmacmd5.h
@@ -21,6 +21,8 @@
#ifndef _HMAC_MD5_H
#define _HMAC_MD5_H
+#include "../lib/crypto/md5.h"
+
typedef struct
{
struct MD5Context ctx;