From 90056c594d74eb1b938e34d02833435bd23e0bf7 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 17 Sep 2008 20:07:18 +0000 Subject: Remove heretic definitions for fixed math arithmetic and endianness conversion macros; use the ones from the common code. Subversion-branch: /branches/raven-branch Subversion-revision: 1242 --- src/heretic/r_data.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/heretic/r_data.c') diff --git a/src/heretic/r_data.c b/src/heretic/r_data.c index e766becf..7d7df2d1 100644 --- a/src/heretic/r_data.c +++ b/src/heretic/r_data.c @@ -24,6 +24,7 @@ // R_data.c #include "doomdef.h" +#include "i_swap.h" #include "r_local.h" #include "p_local.h" -- cgit v1.2.3