diff options
Diffstat (limited to 'src/nvim/drawscreen.h')
-rw-r--r-- | src/nvim/drawscreen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/drawscreen.h b/src/nvim/drawscreen.h index 8640f7b7fc..565b01bcd1 100644 --- a/src/nvim/drawscreen.h +++ b/src/nvim/drawscreen.h @@ -4,7 +4,7 @@ #include "nvim/buffer_defs.h" #include "nvim/drawline.h" -#include "nvim/macros.h" +#include "nvim/macros_defs.h" /// flags for update_screen() /// The higher the value, the higher the priority |