diff --git a/security/nss/lib/freebl/alghmac.c b/security/nss/lib/freebl/alghmac.c index ab5a35420383..b1174f4602cc 100644 --- a/security/nss/lib/freebl/alghmac.c +++ b/security/nss/lib/freebl/alghmac.c @@ -35,7 +35,9 @@ * ***** END LICENSE BLOCK ***** */ #include "secport.h" -#include "blapi.h" +#include "hasht.h" +#include "blapit.h" +#include "alghmac.h" #include "secerr.h" #define HMAC_PAD_SIZE HASH_BLOCK_LENGTH_MAX