summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/nss/lib/freebl/alghmac.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/nss/lib/freebl/alghmac.c b/security/nss/lib/freebl/alghmac.c
index ab5a35420..b1174f460 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