diff --git a/src/version.c b/src/version.c index 4b145f199a..2950047834 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2909, /**/ 2908, /**/ diff --git a/src/vim.h b/src/vim.h index 368cf3256c..515f8d5c2b 100644 --- a/src/vim.h +++ b/src/vim.h @@ -46,9 +46,6 @@ # endif # endif -// for INT_MAX, LONG_MAX et al. -# include - /* * Cygwin may have fchdir() in a newer release, but in most versions it * doesn't work well and avoiding it keeps the binary backward compatible. @@ -62,6 +59,9 @@ # define UINT32_TYPEDEF uint32_t #endif +// for INT_MAX, LONG_MAX et al. +#include + #if !defined(UINT32_TYPEDEF) # if defined(uint32_t) // this doesn't catch typedefs, unfortunately # define UINT32_TYPEDEF uint32_t