]> granicus.if.org Git - sudo/commitdiff
Include errno.h and missing.h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 7 Jan 2012 00:28:08 +0000 (19:28 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 7 Jan 2012 00:28:08 +0000 (19:28 -0500)
compat/getaddrinfo.c

index 46988918cb0376706f41cc17e346e9017a93682f..99275871383adc1e91f7a1af579e17535225d8f3 100644 (file)
 # include <strings.h>
 #endif /* HAVE_STRINGS_H */
 #include <netdb.h>
+#include <errno.h>
 
 #include <netinet/in.h>
 
 #include "compat/getaddrinfo.h"
+#include "missing.h"
 
 /* We need access to h_errno to map errors from gethostbyname. */
 #if !HAVE_DECL_H_ERRNO