commit c37f757b57cbfd88d66aed1576412e311a503384
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Mon May 3 17:41:46 2010 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Mon May 3 17:41:46 2010 +0000
Shut up compiler warnings.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1933
---
src/heretic/r_data.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/heretic/r_data.c b/src/heretic/r_data.c
index b55e6dfc..5bb79aa4 100644
--- a/src/heretic/r_data.c
+++ b/src/heretic/r_data.c
@@ -25,6 +25,8 @@
// R_data.c
#include "doomdef.h"
+#include "deh_str.h"
+
#include "i_swap.h"
#include "i_system.h"
#include "r_local.h"