include: Add stddef.h for size_t

Fixes T119

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-10-30 09:20:09 +01:00
parent 64a2d37c30
commit e5352e3021

View File

@@ -31,6 +31,8 @@
#include "config.h"
#include <stddef.h>
#if !defined(HAVE_STRTOULL)
# if defined(HAVE___STRTOULL)
# define strtoull __strtoull