Forgot to #include "xalloc.h"

This commit is contained in:
Guus Sliepen 2003-10-08 11:33:54 +00:00
parent ad39db95fe
commit 5b556c0971

View 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)