aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--fallback.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fallback.c b/fallback.c
index 78b42de1..ee74a6ed 100644
--- a/fallback.c
+++ b/fallback.c
@@ -38,6 +38,10 @@
#include <ncurses/term.h>
#endif
+#include "common.h"
+#include "util.h"
+
+
#ifdef TPUTS_KLUDGE
int tputs(const char *str, int affcnt, int (*putc)(tputs_arg_t))