From 38d45b879bc271048a78d2d1df3c416d0bec3477 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 5 Dec 2006 21:05:26 +0000 Subject: Add missing #include. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 765 --- textscreen/txt_gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/textscreen/txt_gui.c b/textscreen/txt_gui.c index 33c29ad7..679d66fa 100644 --- a/textscreen/txt_gui.c +++ b/textscreen/txt_gui.c @@ -19,6 +19,7 @@ // 02111-1307, USA. // +#include #include #include "txt_gui.h" -- cgit v1.2.3