diff --git a/src/libsodium/crypto_pwhash/argon2/argon2-core.c b/src/libsodium/crypto_pwhash/argon2/argon2-core.c index c2fb7c7d..677e3ed5 100644 --- a/src/libsodium/crypto_pwhash/argon2/argon2-core.c +++ b/src/libsodium/crypto_pwhash/argon2/argon2-core.c @@ -15,7 +15,7 @@ # include #endif #include -#include +#include #include #include #include diff --git a/src/libsodium/crypto_stream/aes128ctr/portable/types.h b/src/libsodium/crypto_stream/aes128ctr/portable/types.h index ca24b4de..1427271f 100644 --- a/src/libsodium/crypto_stream/aes128ctr/portable/types.h +++ b/src/libsodium/crypto_stream/aes128ctr/portable/types.h @@ -1,7 +1,7 @@ #ifndef TYPES_H #define TYPES_H -#include +#include #include typedef uint32_t uint32;