mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
include: Add stdarg.h so we can check for va_copy macro
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -60,6 +60,7 @@
|
|||||||
|
|
||||||
# ifdef _MSC_VER
|
# ifdef _MSC_VER
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
|
# include <stdarg.h> /* va_copy define check */
|
||||||
|
|
||||||
/* On Microsoft compilers define inline to __inline on all others use inline */
|
/* On Microsoft compilers define inline to __inline on all others use inline */
|
||||||
# undef inline
|
# undef inline
|
||||||
|
|||||||
Reference in New Issue
Block a user