From 89f9ffbe810c4705439096d646681e734e353e3e Mon Sep 17 00:00:00 2001 From: ichizok Date: Tue, 18 Apr 2023 17:20:08 +0100 Subject: 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) --- src/gui_haiku.cc | 2 -- src/version.c | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui_haiku.cc b/src/gui_haiku.cc index 6b035a5d2..15c4389f8 100644 --- a/src/gui_haiku.cc +++ b/src/gui_haiku.cc @@ -75,8 +75,6 @@ extern "C" { #include #include "vim.h" -#include "globals.h" -#include "proto.h" #include "version.h" } // extern "C" diff --git a/src/version.c b/src/version.c index c050afec4..12deed26e 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1465, /**/ 1464, /**/ -- cgit v1.2.1