From 51257991c0286859d16922ae7caddab71ec859cf Mon Sep 17 00:00:00 2001 From: truelight Date: Wed, 22 Dec 2004 19:16:10 +0000 Subject: [PATCH] (svn r1231) -Fix: missing header file for console_cmds.c --- console_cmds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/console_cmds.c b/console_cmds.c index e513af4bac..e534ef25c8 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"