mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
[master] add inttypes.h to rbt.c
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user