]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_8] add stdint.h
authorEvan Hunt <each@isc.org>
Fri, 31 Jan 2014 08:06:18 +0000 (00:06 -0800)
committerMark Andrews <marka@isc.org>
Wed, 5 Feb 2014 01:49:02 +0000 (12:49 +1100)
(cherry picked from commit 3b141b7d18de25ca96e622821256154065ac16bf)

lib/lwres/gethost.c

index e36fc188e5c36a22770d44fcf8c1b17188169bbd..c7ccd2e833787d943535719ec27df26af0a0f81d 100644 (file)
 
 #include <errno.h>
 #include <string.h>
+#include <stdint.h>
 
 #include <lwres/net.h>
 #include <lwres/netdb.h>