diff options
Diffstat (limited to 'beecrypt/hmac.c')
-rw-r--r-- | beecrypt/hmac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/beecrypt/hmac.c b/beecrypt/hmac.c index 7d4723198..50a3fd0da 100644 --- a/beecrypt/hmac.c +++ b/beecrypt/hmac.c @@ -30,6 +30,7 @@ #include "system.h" #include "hmac.h" +#include "mp.h" #include "endianness.h" #include "debug.h" |