commit f7c88d8dd307a277bbecf1b64a916d8d9dbb060e
Author: James Haley <haleyjd@hotmail.com>
AuthorDate: Sat Feb 12 21:07:05 2011 +0000
Commit: James Haley <haleyjd@hotmail.com>
CommitDate: Sat Feb 12 21:07:05 2011 +0000
Fix a warning in m_argv.c (ATTN fraggle).
Subversion-branch: /branches/strife-branch
Subversion-revision: 2260
---
src/m_argv.c | 1 +
1 file changed, 1 insertion(+)
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;