(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 1d1a78c011
commit dc8ed63071

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"