From 51257991c0286859d16922ae7caddab71ec859cf Mon Sep 17 00:00:00 2001 From: truelight Date: Wed, 22 Dec 2004 19:16:10 +0000 Subject: (svn r1231) -Fix: missing header file for console_cmds.c --- console_cmds.c | 1 + 1 file changed, 1 insertion(+) (limited to 'console_cmds.c') diff --git a/console_cmds.c b/console_cmds.c index e513af4ba..e534ef25c 100644 --- a/console_cmds.c +++ b/console_cmds.c @@ -8,6 +8,7 @@ #include "network_data.h" #include "network_client.h" #include "network_server.h" +#include "network_udp.h" #include "command.h" #include "settings.h" -- cgit v1.2.3-54-g00ecf