Skip to content

Commit

Permalink
misc: include stdarg.h for debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Monnerat authored and bagder committed Jan 18, 2016
1 parent 72bedfe commit 0fba5cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 0fba5cf

Please sign in to comment.