From: Todd C. Miller Date: Sat, 7 Jan 2012 00:28:08 +0000 (-0500) Subject: Include errno.h and missing.h X-Git-Tag: SUDO_1_8_4~77^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7ae9dbba23349269b7d7fb5cdd4f08e41dd32a8;p=sudo Include errno.h and missing.h --- diff --git a/compat/getaddrinfo.c b/compat/getaddrinfo.c index 46988918c..992758713 100644 --- a/compat/getaddrinfo.c +++ b/compat/getaddrinfo.c @@ -51,10 +51,12 @@ # include #endif /* HAVE_STRINGS_H */ #include +#include #include #include "compat/getaddrinfo.h" +#include "missing.h" /* We need access to h_errno to map errors from gethostbyname. */ #if !HAVE_DECL_H_ERRNO