diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/snprintf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/snprintf.h b/src/core/snprintf.h index f25bc297..66028de3 100644 --- a/src/core/snprintf.h +++ b/src/core/snprintf.h @@ -11,6 +11,7 @@ #define CORE_SNPRINTF_H #include <stddef.h> +#include <stdarg.h> /* * We have our own snprintf, because some platforms lack this, while |
