misc: include stdarg.h for debug code

This commit is contained in:
Patrick Monnerat 2015-11-18 18:49:34 +01:00 committed by Daniel Stenberg
parent 72bedfe761
commit 0fba5cfda6

View File

@ -404,6 +404,8 @@ libssh2_free(LIBSSH2_SESSION *session, void *ptr)
}
#ifdef LIBSSH2DEBUG
#include <stdarg.h>
LIBSSH2_API int
libssh2_trace(LIBSSH2_SESSION * session, int bitmask)
{