Include <stdint.h> for SIZE_MAX, and <stddef.h> as a dependency
This commit is contained in:
parent
13513e886b
commit
57ca449c7e
@ -2,6 +2,9 @@
|
|||||||
#ifndef sodium_export_H
|
#ifndef sodium_export_H
|
||||||
#define sodium_export_H
|
#define sodium_export_H
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#if !defined(__clang__) && !defined(__GNUC__)
|
#if !defined(__clang__) && !defined(__GNUC__)
|
||||||
# ifdef __attribute__
|
# ifdef __attribute__
|
||||||
# undef __attribute__
|
# undef __attribute__
|
||||||
|
Loading…
Reference in New Issue
Block a user