projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaf1208
)
Make sure malloc() is declared.
author
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 10 Sep 2002 22:13:22 +0000
(22:13 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 10 Sep 2002 22:13:22 +0000
(22:13 +0000)
lib/fake-getaddrinfo.c
patch
|
blob
|
history
diff --git
a/lib/fake-getaddrinfo.c
b/lib/fake-getaddrinfo.c
index
a1d36b1
..
d831732
100644
(file)
--- a/
lib/fake-getaddrinfo.c
+++ b/
lib/fake-getaddrinfo.c
@@
-11,6
+11,7
@@
#include "config.h"
+#include <stdlib.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>