diff options
Diffstat (limited to 'window.h')
| -rw-r--r-- | window.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*); |
