mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
include: Add stddef.h for size_t
Fixes T119 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -31,6 +31,8 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#if !defined(HAVE_STRTOULL)
|
#if !defined(HAVE_STRTOULL)
|
||||||
# if defined(HAVE___STRTOULL)
|
# if defined(HAVE___STRTOULL)
|
||||||
# define strtoull __strtoull
|
# define strtoull __strtoull
|
||||||
|
|||||||
Reference in New Issue
Block a user