From 35f753d9e4b9d85cc712262a751729688e32aad6 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 16 Oct 2009 18:35:19 +0000 Subject: Fix compile under MSVC (thanks entryway). Subversion-branch: /branches/raven-branch Subversion-revision: 1718 --- src/i_cdmus.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/i_cdmus.c') diff --git a/src/i_cdmus.c b/src/i_cdmus.c index 5a52b143..94ac47c6 100644 --- a/src/i_cdmus.c +++ b/src/i_cdmus.c @@ -25,6 +25,8 @@ // //----------------------------------------------------------------------------- +#include + #include "SDL.h" #include "SDL_cdrom.h" -- cgit v1.2.3