summaryrefslogtreecommitdiff
path: root/textscreen
diff options
context:
space:
mode:
authorSimon Howard2015-04-10 23:42:01 -0400
committerSimon Howard2015-04-10 23:42:01 -0400
commit981d972f3da3418e58da11515db6979d3f85a08a (patch)
tree7056d825e354d507363de3cd3ed417665ce0a60b /textscreen
parent710e963acad611dfd1c5780d9f68f6ef91e93a22 (diff)
downloadchocolate-doom-981d972f3da3418e58da11515db6979d3f85a08a.tar.gz
chocolate-doom-981d972f3da3418e58da11515db6979d3f85a08a.tar.bz2
chocolate-doom-981d972f3da3418e58da11515db6979d3f85a08a.zip
Add missing #includes.
Diffstat (limited to 'textscreen')
-rw-r--r--textscreen/txt_window.c1
-rw-r--r--textscreen/txt_window_action.c1
2 files changed, 2 insertions, 0 deletions
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 <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
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 <stdlib.h>
#include <string.h>
+#include <ctype.h>
#include "doomkeys.h"