mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-21 14:00:51 +03:00
misc: include stdarg.h for debug code
This commit is contained in:
committed by
Daniel Stenberg
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user