commit | 2bf2417612879de627dcea1dbb22ee2199b16963 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 20:54:51 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 20:54:51 2015 +0100 |
tree | dbaace8d9816195b2e4417dcce10517adcde31df | |
parent | 2d820808cda15b3ad9fe674393d1f1e997453d9e [diff] [blame] |
patch 7.4.1011 Problem: Can't build with Strawberry Perl. Solution: Include stdbool.h. (Ken Takata, closes #328)
diff --git a/src/version.c b/src/version.c index 59f9bc0..4023711 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1011, +/**/ 1010, /**/ 1009,