mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-06 07:20:40 -05:00
[master] add inttypes.h to rbt_test.c
This commit is contained in:
parent
be8fedce2a
commit
625ee5d015
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
#include <inttypes.h> /* uintptr_t */
|
||||
#endif
|
||||
|
||||
#include <dns/rbt.h>
|
||||
#include <dns/fixedname.h>
|
||||
#include <dns/result.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue