1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-31 22:42:57 -07:00

+ missing stdint.h inclusion

This commit is contained in:
Frank Denis 2015-11-25 14:21:21 +01:00
parent a879c090b4
commit a27011ce48

View File

@ -1,4 +1,6 @@
#include <stdint.h>
#include "crypto_stream_chacha20.h" #include "crypto_stream_chacha20.h"
extern struct crypto_stream_chacha20_implementation extern struct crypto_stream_chacha20_implementation