misc: include stdarg.h for debug code
This commit is contained in:
parent
72bedfe761
commit
0fba5cfda6
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user