From 5f128c6c42c9e913170dba5ac0df628b30abe30a Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Tue, 5 Sep 2023 10:05:25 -0700 Subject: [PATCH] Update hmac.h --- hmac.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hmac.h b/hmac.h index dcba105..6344392 100644 --- a/hmac.h +++ b/hmac.h @@ -4,6 +4,7 @@ #ifndef HMAC_H #define HMAC_H +#include #include #include