commit | f7506cade470efd122fa8fb61dd4e5ad21d1e246 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 16:01:49 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 16:01:49 2017 +0100 |
tree | cb7c1c20d177a655b3744977b1b9497957fff6c2 | |
parent | 92769c3928bb8a3faa43c533c07ef8476af32ade [diff] [blame] |
patch 8.0.0367: types in include files may be inconsistent Problem: If configure defines _LARGE_FILES some include files are included before it is defined. Solution: Include vim.h first. (Sam Thursfield, closes #1508)
diff --git a/src/version.c b/src/version.c index 7e6438c..6d15166 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 367, +/**/ 366, /**/ 365,