Forgot to #include "xalloc.h"
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 8 Oct 2003 11:33:54 +0000 (11:33 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 8 Oct 2003 11:33:54 +0000 (11:33 +0000)
lib/fake-getaddrinfo.c

index 161c826..14420b5 100644 (file)
@@ -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)