summaryrefslogtreecommitdiff
path: root/setup/mainmenu.c
diff options
context:
space:
mode:
authorSimon Howard2009-10-16 18:10:30 +0000
committerSimon Howard2009-10-16 18:10:30 +0000
commitdf49602893b3bbe625dfc757949b93ea6b7339e0 (patch)
tree7951594067e6cfa9899af0df229b9622c66cfd99 /setup/mainmenu.c
parent86d786342816666d70f9abdb57b46438a079ff5a (diff)
downloadchocolate-doom-df49602893b3bbe625dfc757949b93ea6b7339e0.tar.gz
chocolate-doom-df49602893b3bbe625dfc757949b93ea6b7339e0.tar.bz2
chocolate-doom-df49602893b3bbe625dfc757949b93ea6b7339e0.zip
Fix compilation under MSVC (thanks entryway).
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1717
Diffstat (limited to 'setup/mainmenu.c')
-rw-r--r--setup/mainmenu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/mainmenu.c b/setup/mainmenu.c
index ba85ca1f..4ad1ac02 100644
--- a/setup/mainmenu.c
+++ b/setup/mainmenu.c
@@ -19,6 +19,7 @@
// 02111-1307, USA.
//
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>