aboutsummaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/command.c b/command.c
index 2a426e347..f900f3733 100644
--- a/command.c
+++ b/command.c
@@ -35,6 +35,8 @@
#define DK(x)
#endif
+extern void screen_resize(void);
+
#define BS KEY_BACKSPACE
#define DEL KEY_DC
#define UP KEY_UP