From 86ec04712be3a67ae4b613751a4a15e4b822237f Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 27 Feb 2014 11:57:51 +1100 Subject: [PATCH] #include --- lib/dns/rbtdb.c | 4 ++++ lib/isc/unix/socket.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index 3b0da11c0a..bdf5303e58 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 78ff4d7fd2..ac19d217ce 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