From 5b556c0971e847580b85268e57f0b29dbde5499c Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Wed, 8 Oct 2003 11:33:54 +0000 Subject: [PATCH 1/1] Forgot to #include "xalloc.h" --- lib/fake-getaddrinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fake-getaddrinfo.c b/lib/fake-getaddrinfo.c index 161c826f..14420b58 100644 --- a/lib/fake-getaddrinfo.c +++ b/lib/fake-getaddrinfo.c @@ -14,6 +14,7 @@ #include "ipv4.h" #include "ipv6.h" #include "fake-getaddrinfo.h" +#include "xalloc.h" #ifndef HAVE_GAI_STRERROR char *gai_strerror(int ecode) -- 2.20.1