(svn r1231) -Fix: missing header file for console_cmds.c
authortruelight
Wed, 22 Dec 2004 19:16:10 +0000
changeset 766 47b970b3b66a
parent 765 7e9c5cdfdf1c
child 767 13c481dee3fc
(svn r1231) -Fix: missing header file for console_cmds.c
console_cmds.c
--- a/console_cmds.c	Wed Dec 22 18:56:52 2004 +0000
+++ b/console_cmds.c	Wed Dec 22 19:16:10 2004 +0000
@@ -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"