From e3ef8803ee46710d080095e4a76e25d3280d6d8b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 24 Sep 2008 16:10:53 +0200 Subject: Fix include paths. --- lib/crypto/hmacmd5.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/crypto/hmacmd5.h') 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; -- cgit