commit | 89f9ffbe810c4705439096d646681e734e353e3e | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Tue Apr 18 17:20:08 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 18 17:20:08 2023 +0100 |
tree | a426d3ebd4f9794fc4332b2e40a07defbbccfe0a | |
parent | 6e5a9f948221b52caaaf106079cb3430c4dd7c77 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c050afe..12deed2 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1465, +/**/ 1464, /**/ 1463,