diff options
Diffstat (limited to 'src/nvim/extmark.c')
-rw-r--r-- | src/nvim/extmark.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/extmark.c b/src/nvim/extmark.c index 794a76907c..d9c1993f32 100644 --- a/src/nvim/extmark.c +++ b/src/nvim/extmark.c @@ -26,6 +26,7 @@ // code for redrawing the line with the deleted decoration. #include <assert.h> +#include <stddef.h> #include "nvim/api/private/defs.h" #include "nvim/buffer_defs.h" |