aboutsummaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.h b/window.h
index fc9cd43..f7016b5 100644
--- a/window.h
+++ b/window.h
@@ -4,8 +4,8 @@
#include <stddef.h>
#include <stdbool.h>
#include "text.h"
+#include "syntax.h"
-typedef struct Syntax Syntax;
typedef struct Win Win;
Win *window_new(Text*);