From b28fb6654ce8401aad26e0ae73f49f5fb937786f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 10 May 2010 13:18:16 +0200 Subject: Fixed a MSVC build error. --- include/libssh/priv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index a334281..29795c3 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -34,6 +34,7 @@ #ifdef _MSC_VER #undef snprintf +#undef vsnprintf #undef strtok_r /** Imitate define of inttypes.h */ -- cgit v1.2.3