- Repair compiling on Arch Linux with GCC 9.3.0.

'countof()' was not available.
This commit is contained in:
Mitchell Richters 2020-04-13 19:26:19 +10:00 committed by Christoph Oelckers
parent e220b47469
commit 654ab5bee4
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ typedef enum
#include "i_system.h"
#include "version.h"
#include "gamecontrol.h"
#include "cmdlib.h"
EXTERN_CVAR (Bool, queryiwad);