diff options
Diffstat (limited to 'src/m_argv.c')
-rw-r--r-- | src/m_argv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/m_argv.c b/src/m_argv.c index 59381b65..2a126c4b 100644 --- a/src/m_argv.c +++ b/src/m_argv.c @@ -32,6 +32,7 @@ #include "doomtype.h" #include "i_system.h" #include "m_misc.h" +#include "m_argv.h" // haleyjd 20110212: warning fix int myargc; char** myargv; |