include inttypes.h in json.c

This commit is contained in:
Joris Vink 2020-11-27 16:34:38 +01:00
parent 5421b7726e
commit fd2cda5a43
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <sys/types.h>
#include <float.h>
#include <inttypes.h>
#include <string.h>
#include <stdio.h>
#include <stdarg.h>