patch 9.0.1465: Haiku build fails
Problem: Haiku build fails.
Solution: Do not include globals.h and proto.h twice. (Ozaki Kiichi,
closes #12273)
This commit is contained in:
@ -75,8 +75,6 @@ extern "C" {
|
|||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
|
|
||||||
#include "vim.h"
|
#include "vim.h"
|
||||||
#include "globals.h"
|
|
||||||
#include "proto.h"
|
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
||||||
} // extern "C"
|
} // extern "C"
|
||||||
|
|||||||
@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1465,
|
||||||
/**/
|
/**/
|
||||||
1464,
|
1464,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user