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