mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-15 21:52:53 -04:00
[master] add inttypes.h to rbt.c
This commit is contained in:
parent
02d20c5d79
commit
62ac31d7fd
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@
|
|||
#include <config.h>
|
||||
|
||||
#include <sys/stat.h>
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
#include <inttypes.h> /* uintptr_t */
|
||||
#endif
|
||||
|
||||
#include <isc/file.h>
|
||||
#include <isc/mem.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue