(svn r1231) -Fix: missing header file for console_cmds.c

This commit is contained in:
truelight 2004-12-22 19:16:10 +00:00
parent d66adc937d
commit 51257991c0
1 changed files with 1 additions and 0 deletions

View File

@ -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"