summaryrefslogtreecommitdiff
path: root/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'node.c')
-rw-r--r--node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.c b/node.c
index 7d8a71a..e4fd043 100644
--- a/node.c
+++ b/node.c
@@ -1,6 +1,6 @@
// deals with ted's split-screen feature
-#include "ted.h"
+#include "ted-internal.h"
void node_switch_to_tab(Ted *ted, Node *node, u16 new_tab_index) {
node->active_tab = new_tab_index;