summaryrefslogtreecommitdiff
path: root/setup/txt_keyinput.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup/txt_keyinput.c')
-rw-r--r--setup/txt_keyinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/txt_keyinput.c b/setup/txt_keyinput.c
index f6390154..8aed3998 100644
--- a/setup/txt_keyinput.c
+++ b/setup/txt_keyinput.c
@@ -25,6 +25,7 @@
#include "doomkeys.h"
#include "txt_keyinput.h"
+#include "txt_gui.h"
#include "txt_io.h"
#include "txt_label.h"
#include "txt_window.h"
@@ -117,7 +118,6 @@ static void TXT_KeyInputDrawer(TXT_UNCAST_ARG(key_input), int selected)
static void TXT_KeyInputDestructor(TXT_UNCAST_ARG(key_input))
{
- TXT_CAST_ARG(txt_key_input_t, key_input);
}
static int TXT_KeyInputKeyPress(TXT_UNCAST_ARG(key_input), int key)