Include limits.h to fix undefined ULONG_MAX in src/utils.c
This commit is contained in:
parent
f9071054d0
commit
4f2ff2749b
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <limits.h>
|
||||
|
||||
uint32_t parse_u32(const char *arg)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue