Fix include paths.
[ira/wip.git] / lib / crypto / hmacmd5.h
index d649906bb47da5ba026b76270c819b414ecdb62c..91b8ca586c840cd3a07dc8f311b0c1ef845de4eb 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef _HMAC_MD5_H
 #define _HMAC_MD5_H
 
+#include "../lib/crypto/md5.h"
+
 typedef struct 
 {
         struct MD5Context ctx;