summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-06-30 09:58:47 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-06-30 09:58:47 +0200
commit387fd2cf536965208e0d7bd708a09f7008cb6c28 (patch)
tree6018e8cb7a75c6fc21c3f5401d8db489f54f8989
parent0423057424ce5af157e56defb129ad0607953985 (diff)
downloadlibssh-387fd2cf536965208e0d7bd708a09f7008cb6c28.tar.gz
libssh-387fd2cf536965208e0d7bd708a09f7008cb6c28.tar.xz
libssh-387fd2cf536965208e0d7bd708a09f7008cb6c28.zip
include: Add stdarg.h so we can check for va_copy macro
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--include/libssh/priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 3fac523a..95a22c69 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -60,6 +60,7 @@
# ifdef _MSC_VER
# include <stdio.h>
+# include <stdarg.h> /* va_copy define check */
/* On Microsoft compilers define inline to __inline on all others use inline */
# undef inline