From 981d972f3da3418e58da11515db6979d3f85a08a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 10 Apr 2015 23:42:01 -0400 Subject: Add missing #includes. --- textscreen/txt_window.c | 1 + textscreen/txt_window_action.c | 1 + 2 files changed, 2 insertions(+) (limited to 'textscreen') diff --git a/textscreen/txt_window.c b/textscreen/txt_window.c index 7b2e3568..bd892ac9 100644 --- a/textscreen/txt_window.c +++ b/textscreen/txt_window.c @@ -12,6 +12,7 @@ // GNU General Public License for more details. // +#include #include #include #include diff --git a/textscreen/txt_window_action.c b/textscreen/txt_window_action.c index a5fe84dc..94210d56 100644 --- a/textscreen/txt_window_action.c +++ b/textscreen/txt_window_action.c @@ -14,6 +14,7 @@ #include #include +#include #include "doomkeys.h" -- cgit v1.2.3