diff options
Diffstat (limited to 'src/normal.c')
-rw-r--r-- | src/normal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/normal.c b/src/normal.c index 429dbea7b0..0646a62fcf 100644 --- a/src/normal.c +++ b/src/normal.c @@ -13,6 +13,7 @@ */ #include <string.h> +#include <stdlib.h> #include "vim.h" #include "normal.h" |