From: Evan Hunt Date: Tue, 19 Mar 2013 00:13:48 +0000 (-0700) Subject: [master] add inttypes.h to rbt_test.c X-Git-Tag: v9.10.0a1~448^2~63 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=625ee5d01559befb2fc2e279e363eececd9cc816;p=thirdparty%2Fbind9.git [master] add inttypes.h to rbt_test.c --- diff --git a/lib/dns/tests/rbt_test.c b/lib/dns/tests/rbt_test.c index 960f24361d7..4f223e03c17 100644 --- a/lib/dns/tests/rbt_test.c +++ b/lib/dns/tests/rbt_test.c @@ -26,6 +26,10 @@ #include #include +#ifdef HAVE_INTTYPES_H +#include /* uintptr_t */ +#endif + #include #include #include