From 62ac31d7fd09b0bf2231e5f55ed85aed39bc2df6 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 12 Mar 2013 20:44:41 -0700 Subject: [PATCH] [master] add inttypes.h to rbt.c --- lib/dns/rbt.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/dns/rbt.c b/lib/dns/rbt.c index 947be1f476..c7578fa342 100644 --- a/lib/dns/rbt.c +++ b/lib/dns/rbt.c @@ -24,6 +24,9 @@ #include #include +#ifdef HAVE_INTTYPES_H +#include /* uintptr_t */ +#endif #include #include