diff options
Diffstat (limited to 'src/cl_null.c')
-rw-r--r-- | src/cl_null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cl_null.c b/src/cl_null.c index 8a0c3b9..30aebbf 100644 --- a/src/cl_null.c +++ b/src/cl_null.c @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // cl_null.c -- this file can stub out the entire client system // for pure dedicated servers -#include "com_local.h" +#include "common.h" #include "files.h" qboolean CL_CheatsOK( void ) { |