Skip to content

Commit 89f9ffb

Browse files
ichizokbrammool
authored andcommitted
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)
1 parent 6e5a9f9 commit 89f9ffb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/gui_haiku.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ extern "C" {
7575
#include <syslog.h>
7676

7777
#include "vim.h"
78-
#include "globals.h"
79-
#include "proto.h"
8078
#include "version.h"
8179

8280
} // extern "C"

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ static char *(features[]) =
695695

696696
static int included_patches[] =
697697
{ /* Add new patch number below this line */
698+
/**/
699+
1465,
698700
/**/
699701
1464,
700702
/**/

0 commit comments

Comments
 (0)