Include <stdint.h> for SIZE_MAX, and <stddef.h> as a dependency

This commit is contained in:
Frank Denis 2018-01-19 15:25:01 +01:00
parent 13513e886b
commit 57ca449c7e

View File

@ -2,6 +2,9 @@
#ifndef sodium_export_H
#define sodium_export_H
#include <stddef.h>
#include <stdint.h>
#if !defined(__clang__) && !defined(__GNUC__)
# ifdef __attribute__
# undef __attribute__