From: Guus Sliepen Date: Sun, 19 Mar 2006 12:43:28 +0000 (+0000) Subject: Missing #include. X-Git-Tag: release-1.0.5~24 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=098090468a9e1e8c5cdb0aeefa277329ff5f3406 Missing #include. --- diff --git a/src/meta.c b/src/meta.c index 7d4ae2e5..e376c33b 100644 --- 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) {