1
1

include: Add stdarg.h so we can check for va_copy macro

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2015-06-30 09:58:47 +02:00
родитель 0423057424
Коммит 387fd2cf53

Просмотреть файл

@ -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