diff options
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,6 @@ #include <stddef.h> #include <stdbool.h> -#include <lua.h> #include "register.h" #include "text.h" #include "ui.h" @@ -11,6 +10,7 @@ typedef struct View View; typedef struct Cursor Cursor; typedef struct Selection Selection; +typedef struct lua_State lua_State; typedef struct { int width; /* display width i.e. number of columns ocupied by this character */ |
