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

This commit is contained in:
Frank Denis
2018-01-19 15:25:39 +01:00
parent f1e330d7d7
commit 729d80a1ac
+3
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__