aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-10-30 09:20:09 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-10-30 09:20:29 +0100
commite5352e30214823751e6e4df755560f0ff962d8a4 (patch)
tree1bf0bd061e4990aa36e07f1e0bd8f28cd5c6faa3
parent64a2d37c3040ceb9265d1d1c46a7e75e05537f04 (diff)
downloadlibssh-v0-7.tar.gz
libssh-v0-7.tar.xz
libssh-v0-7.zip
include: Add stddef.h for size_tv0-7
Fixes T119 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--include/libssh/priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 8c01f9c2..80819a8a 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -31,6 +31,8 @@
#include "config.h"
+#include <stddef.h>
+
#if !defined(HAVE_STRTOULL)
# if defined(HAVE___STRTOULL)
# define strtoull __strtoull