From 7bc72c666dc1d1e033c01b60ca38673651c7e81c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 19 Sep 2006 23:49:20 +0000 Subject: Fix textscreen warnings. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 626 --- textscreen/txt_inputbox.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'textscreen/txt_inputbox.c') diff --git a/textscreen/txt_inputbox.c b/textscreen/txt_inputbox.c index e1cd5648..c3f4f255 100644 --- a/textscreen/txt_inputbox.c +++ b/textscreen/txt_inputbox.c @@ -19,6 +19,7 @@ // 02111-1307, USA. // +#include #include #include #include @@ -26,6 +27,7 @@ #include "doomkeys.h" #include "txt_inputbox.h" +#include "txt_gui.h" #include "txt_io.h" #include "txt_main.h" #include "txt_window.h" -- cgit v1.2.3