]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include <inttypes.h>
authorMark Andrews <marka@isc.org>
Fri, 31 Jan 2014 11:38:26 +0000 (22:38 +1100)
committerMark Andrews <marka@isc.org>
Fri, 31 Jan 2014 11:38:26 +0000 (22:38 +1100)
lib/lwres/gethost.c

index c7ccd2e833787d943535719ec27df26af0a0f81d..922d2aa45e14ebea2107de890379349ca667a833 100644 (file)
 
 #include <errno.h>
 #include <string.h>
-#include <stdint.h>
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h> /* uintptr_t */
+#endif
 
 #include <lwres/net.h>
 #include <lwres/netdb.h>