Missing #include.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 19 Mar 2006 12:43:28 +0000 (12:43 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 19 Mar 2006 12:43:28 +0000 (12:43 +0000)
src/meta.c

index 7d4ae2e..e376c33 100644 (file)
@@ -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)
 {