]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] add stdint.h
authorEvan Hunt <each@isc.org>
Fri, 31 Jan 2014 08:05:30 +0000 (00:05 -0800)
committerEvan Hunt <each@isc.org>
Fri, 31 Jan 2014 08:05:30 +0000 (00:05 -0800)
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>