Problem: ino_t defined with wrong size.
Solution: Move including auto/config.h before other includes. (Marius
Geminas)
* See README.txt for an overview of the Vim source code.
*/
-#include <stdio.h>
-#include <string.h>
+#include "vim.h"
+
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>
-#include "vim.h"
/* Only do the following when the feature is enabled. Needed for "make
* depend". */
* See README.txt for an overview of the Vim source code.
*/
-#include <stdio.h>
-#include <string.h>
-
#ifdef HAVE_CONFIG_H
# include "auto/config.h"
#endif
+#include <stdio.h>
+#include <string.h>
+
#ifdef _WIN32
# if !defined(DYNAMIC_RUBY_VER) || (DYNAMIC_RUBY_VER < 18)
# define NT
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 101,
/**/
100,
/**/