From: Mark Andrews Date: Thu, 27 Feb 2014 00:57:51 +0000 (+1100) Subject: #include X-Git-Tag: v9.10.0b2~95 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=86ec04712be3a67ae4b613751a4a15e4b822237f;p=thirdparty%2Fbind9.git #include --- diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index 3b0da11c0a6..bdf5303e588 100644 --- a/lib/dns/rbtdb.c +++ b/lib/dns/rbtdb.c @@ -27,6 +27,10 @@ /* #define inline */ +#ifdef HAVE_INTTYPES_H +#include /* uintptr_t */ +#endif + #include #include #include diff --git a/lib/isc/unix/socket.c b/lib/isc/unix/socket.c index 78ff4d7fd2b..ac19d217cef 100644 --- a/lib/isc/unix/socket.c +++ b/lib/isc/unix/socket.c @@ -39,6 +39,9 @@ #include #include #include +#ifdef HAVE_INTTYPES_H +#include /* uintptr_t */ +#endif #include #include