From edcd258417c7cb6d383c0a691cff9502e08e7079 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 5 Mar 2016 18:23:53 +0100 Subject: [PATCH] inttypes.h -> stdint.h --- src/libsodium/crypto_pwhash/argon2/argon2-core.c | 2 +- src/libsodium/crypto_stream/aes128ctr/portable/types.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;