summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Greffrath2014-12-29 08:35:15 +0100
committerFabian Greffrath2014-12-29 08:35:15 +0100
commit3b350014c5ac11d1b61827590243df3e7ce3a288 (patch)
tree815bad984202aa0a74d4c0ee3b9e9f4619ad0eea
parentd54947a8c7d66436caa40bca3c95eab714903ea8 (diff)
downloadchocolate-doom-3b350014c5ac11d1b61827590243df3e7ce3a288.tar.gz
chocolate-doom-3b350014c5ac11d1b61827590243df3e7ce3a288.tar.bz2
chocolate-doom-3b350014c5ac11d1b61827590243df3e7ce3a288.zip
add missing includes for calling SHORT() in Heretic
fixes #497
-rw-r--r--src/heretic/in_lude.c1
-rw-r--r--src/heretic/sb_bar.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/heretic/in_lude.c b/src/heretic/in_lude.c
index e6fc1b13..ed73e6ad 100644
--- a/src/heretic/in_lude.c
+++ b/src/heretic/in_lude.c
@@ -25,6 +25,7 @@
#include "deh_str.h"
#include "p_local.h"
#include "s_sound.h"
+#include "i_swap.h"
#include "i_system.h"
#include "i_video.h"
#include "v_video.h"
diff --git a/src/heretic/sb_bar.c b/src/heretic/sb_bar.c
index 894e0929..6392ab6c 100644
--- a/src/heretic/sb_bar.c
+++ b/src/heretic/sb_bar.c
@@ -19,6 +19,7 @@
#include "doomdef.h"
#include "deh_str.h"
#include "i_video.h"
+#include "i_swap.h"
#include "m_cheat.h"
#include "m_misc.h"
#include "m_random.h"