From 936e7e116d8860f858ce9d8b39b1bac39d7e66bf Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 29 May 2006 19:31:45 +0000 Subject: Shut up compiler warnings. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 540 --- textscreen/examples/calculator.c | 1 + 1 file changed, 1 insertion(+) (limited to 'textscreen/examples') diff --git a/textscreen/examples/calculator.c b/textscreen/examples/calculator.c index 2cc1392a..18f63aa1 100644 --- a/textscreen/examples/calculator.c +++ b/textscreen/examples/calculator.c @@ -4,6 +4,7 @@ #include "txt_button.h" #include "txt_desktop.h" #include "txt_label.h" +#include "txt_separator.h" typedef enum { -- cgit v1.2.3