mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 19:19:59 -04:00
Fix missing <inttypes.h> include
This commit is contained in:
parent
2b2872f3f4
commit
969cb06e15
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
#if HAVE_CMOCKA
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <setjmp.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue