projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad39db9
)
Forgot to #include "xalloc.h"
author
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 8 Oct 2003 11:33:54 +0000
(11:33 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 8 Oct 2003 11:33:54 +0000
(11:33 +0000)
lib/fake-getaddrinfo.c
patch
|
blob
|
history
diff --git
a/lib/fake-getaddrinfo.c
b/lib/fake-getaddrinfo.c
index
161c826
..
14420b5
100644
(file)
--- 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)