projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a90f1b6
)
Missing #include.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 19 Mar 2006 12:43:28 +0000
(12:43 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 19 Mar 2006 12:43:28 +0000
(12:43 +0000)
src/meta.c
patch
|
blob
|
history
diff --git
a/src/meta.c
b/src/meta.c
index 7d4ae2e50bbec23c60676a87147e553b72748613..e376c33ba716ea9204e6d94bca36fd5b700a0c8b 100644
(file)
--- a/
src/meta.c
+++ b/
src/meta.c
@@
-32,6
+32,7
@@
#include "net.h"
#include "protocol.h"
#include "utils.h"
+#include "xalloc.h"
bool send_meta(connection_t *c, const char *buffer, int length)
{