diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/vsprintf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/vsprintf.h b/src/include/vsprintf.h index d5018d7cc..bba9b9df7 100644 --- a/src/include/vsprintf.h +++ b/src/include/vsprintf.h @@ -31,6 +31,7 @@ * */ +#include <stdint.h> #include <stdarg.h> #define PRINTF_NO_LENGTH ( ( size_t ) -1 ) |
