From 5de507694b0ca43739033d75cf20fcf7ea31a2dd Mon Sep 17 00:00:00 2001 From: James Haley Date: Sat, 18 Sep 2010 17:35:57 +0000 Subject: Tons of warnings fixed - now only 7 warnings at warning level 3, and most of those are outside of our own code (get on those signed/unsigned mismatches in the midi code, fraggle ;) Subversion-branch: /branches/strife-branch Subversion-revision: 2110 --- src/strife/p_switch.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/strife/p_switch.c') diff --git a/src/strife/p_switch.c b/src/strife/p_switch.c index 0904c035..b9e0fee1 100644 --- a/src/strife/p_switch.c +++ b/src/strife/p_switch.c @@ -35,6 +35,8 @@ #include "g_game.h" #include "d_main.h" // villsa [STRIFE] #include "s_sound.h" +#include "m_random.h" // haleyjd [STRIFE] +#include "p_dialog.h" // Data. #include "sounds.h" -- cgit v1.2.3