diff options
Diffstat (limited to 'src/libstdcrypto/sha512_update.c')
-rw-r--r-- | src/libstdcrypto/sha512_update.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstdcrypto/sha512_update.c b/src/libstdcrypto/sha512_update.c index a6c004f..7235226 100644 --- a/src/libstdcrypto/sha512_update.c +++ b/src/libstdcrypto/sha512_update.c @@ -1,6 +1,7 @@ /* ISC license. */ #include <string.h> + #include <skalibs/sha512.h> #include "sha512-internal.h" |