Missing #include.

This commit is contained in:
Guus Sliepen 2006-03-19 12:43:28 +00:00
parent a90f1b652c
commit 098090468a

View 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)
{