From 625ee5d01559befb2fc2e279e363eececd9cc816 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Mon, 18 Mar 2013 17:13:48 -0700 Subject: [PATCH] [master] add inttypes.h to rbt_test.c --- lib/dns/tests/rbt_test.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/dns/tests/rbt_test.c b/lib/dns/tests/rbt_test.c index 960f24361d..4f223e03c1 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