]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include <inttypes.h>
authorMark Andrews <marka@isc.org>
Thu, 27 Feb 2014 00:57:51 +0000 (11:57 +1100)
committerMark Andrews <marka@isc.org>
Thu, 27 Feb 2014 00:57:51 +0000 (11:57 +1100)
lib/dns/rbtdb.c
lib/isc/unix/socket.c

index 3b0da11c0a66101c167f76dfc1e37608c0618001..bdf5303e588a02e81f7b9bbe48f268d4acfff37c 100644 (file)
 
 /* #define inline */
 
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h> /* uintptr_t */
+#endif
+
 #include <isc/crc64.h>
 #include <isc/event.h>
 #include <isc/heap.h>
index 78ff4d7fd2b11a44edeb76cebaee1a975ba4764f..ac19d217cef3541f64bccb4146d5ebe7153d863d 100644 (file)
@@ -39,6 +39,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h> /* uintptr_t */
+#endif
 
 #include <isc/buffer.h>
 #include <isc/bufferlist.h>