summaryrefslogtreecommitdiff
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index 7deb346..cc17f79 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -5,6 +5,7 @@
#include "tux.h"
#include "server.h"
+#include "item.h"
extern void proto_send_hello_client();
extern void proto_recv_hello_server(client_t *client, char *msg);