foxygit / doom Log in
commit f25e3e2d6ee2be725eade97fef60e615ff7f7177
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Tue Oct 24 22:25:55 2006 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Tue Oct 24 22:25:55 2006 +0000

    Add missing header for Win32 build.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 734
---
 setup/configfile.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup/configfile.c b/setup/configfile.c
index 1775ade4..6042d318 100644
--- a/setup/configfile.c
+++ b/setup/configfile.c
@@ -44,6 +44,7 @@

 #include "doomfeatures.h"
 #include "doomkeys.h"
+#include "d_englsh.h"

 #include "m_argv.h"