projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7fdc7d
)
Include missing header.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 18 Oct 2009 12:22:20 +0000
(14:22 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 18 Oct 2009 12:22:20 +0000
(14:22 +0200)
lib/xmalloc.c
patch
|
blob
|
history
diff --git
a/lib/xmalloc.c
b/lib/xmalloc.c
index
9563391
..
4e79aff
100644
(file)
--- a/
lib/xmalloc.c
+++ b/
lib/xmalloc.c
@@
-34,6
+34,7
@@
void *realloc ();
void free ();
#endif
+#include "dropin.h"
#include "xalloc.h"
#ifndef EXIT_FAILURE