summaryrefslogtreecommitdiffstats
path: root/src/vt100.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vt100.h')
-rw-r--r--src/vt100.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vt100.h b/src/vt100.h
index a3429ef..28e02b8 100644
--- a/src/vt100.h
+++ b/src/vt100.h
@@ -6,5 +6,6 @@ struct vt100_screen;
typedef struct vt100_screen VT100Screen;
#include "screen.h"
+#include "unicode-extra.h"
#endif