--- generator/hdr/snprintf.h 2020/03/04 04:46:29 1.1 +++ generator/hdr/snprintf.h 2020/03/04 04:46:41 1.1.1.2 @@ -4,10 +4,10 @@ #define PORTABLE_SNPRINTF_VERSION_MAJOR 2 #define PORTABLE_SNPRINTF_VERSION_MINOR 2 +#include #ifdef HAVE_SNPRINTF #include #else -#include extern int snprintf(char *, size_t, const char *, /*args*/ ...); extern int vsnprintf(char *, size_t, const char *, va_list); #endif