From: Guus Sliepen Date: Wed, 8 Oct 2003 11:33:54 +0000 (+0000) Subject: Forgot to #include "xalloc.h" X-Git-Tag: release-1.0.2~15 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=5b556c0971e847580b85268e57f0b29dbde5499c Forgot to #include "xalloc.h" --- 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)