X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fmeta.c;h=c0367829c2d4e45a7c6d92385aae422b0b207ad5;hp=352c691f645580c1032e371067cc4d12fc0a52f7;hb=e26dd564163fca001ab1694a51e7412f9ac970de;hpb=72cd8938e2c759905666ea7d2c90dc1f0b2e2cd5 diff --git a/src/meta.c b/src/meta.c index 352c691f..c0367829 100644 --- a/src/meta.c +++ b/src/meta.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: meta.c,v 1.2 2002/04/09 15:26:00 zarq Exp $ + $Id: meta.c,v 1.3 2002/04/13 11:07:12 zarq Exp $ */ #include "config.h" @@ -25,7 +25,6 @@ #include #include -#include #include #include /* This line must be below the rest for FreeBSD */ @@ -38,6 +37,7 @@ #include "connection.h" #include "system.h" #include "protocol.h" +#include "logging.h" int send_meta(connection_t *c, char *buffer, int length) {