FIX: missing stdint.h include in tmpbuf.c for SIZE_MAX
This commit is contained in:
parent
25c3b04ec8
commit
51e5b8a90c
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <pthread.h>
|
||||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
#include <nobug.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue