summaryrefslogtreecommitdiff
path: root/textscreen/txt_widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen/txt_widget.c')
-rw-r--r--textscreen/txt_widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_widget.c b/textscreen/txt_widget.c
index c66cf8dc..2f019c94 100644
--- a/textscreen/txt_widget.c
+++ b/textscreen/txt_widget.c
@@ -22,6 +22,7 @@
#include <stdlib.h>
#include <string.h>
+#include "txt_io.h"
#include "txt_widget.h"
typedef struct
@@ -100,7 +101,6 @@ void TXT_SignalConnect(TXT_UNCAST_ARG(widget),
TXT_CAST_ARG(txt_widget_t, widget);
txt_callback_table_t *table;
txt_callback_t *callback;
- int i;
table = widget->callback_table;