]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] add inttypes.h to rbt.c
authorEvan Hunt <each@isc.org>
Wed, 13 Mar 2013 03:44:41 +0000 (20:44 -0700)
committerEvan Hunt <each@isc.org>
Wed, 13 Mar 2013 03:44:41 +0000 (20:44 -0700)
lib/dns/rbt.c

index 947be1f47697e154733c742d772f6190d48b40ae..c7578fa342920ae6a9786d07bd8498c348422861 100644 (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>