fixed some undefined symbol issues
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-14 23:14:45 +09:00
parent fe2b9456f4
commit ceaa977d12
3 changed files with 19 additions and 4 deletions

View File

@ -80,8 +80,11 @@
# undef HAVE_SNPRINTF
# endif
#endif
#if defined(HAVE_QUADMATH_H)
# include <quadmath.h> /* for quadmath_snprintf() */
#elif defined(HAVE_QUADMATH_SNPRINTF)
extern int quadmath_snprintf (const char *str, size_t size, const char *format, ...);
#endif
#endif