about summary refs log tree commit diff stats
path: root/cpp/termbox/termbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/termbox/termbox.c')
-rw-r--r--cpp/termbox/termbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/termbox/termbox.c b/cpp/termbox/termbox.c
index 303fb33e..616a2539 100644
--- a/cpp/termbox/termbox.c
+++ b/cpp/termbox/termbox.c
@@ -17,7 +17,7 @@ int snprintf(char *str, size_t size, const char *format, ...);  // until we enab
 #include "termbox.h"
 
 #include "bytebuffer.inl"
-#include "term.inl"
+#include "output.inl"
 #include "input.inl"
 
 struct cellbuf {