2
0
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:
Evan Hunt
2013-03-12 20:44:41 -07:00
parent 02d20c5d79
commit 62ac31d7fd

View File

@@ -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>