Fix missing <inttypes.h> include

This commit is contained in:
Ondřej Surý 2020-03-26 08:23:52 +01:00
parent 2b2872f3f4
commit 969cb06e15

View file

@ -13,6 +13,7 @@
#if HAVE_CMOCKA
#include <inttypes.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>