]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.2.0231: Amiga: Link error for missing HAVE_LOCALE_H v9.2.0231
authorOla Söder <rolfkopman@gmail.com>
Sun, 22 Mar 2026 21:03:45 +0000 (21:03 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 22 Mar 2026 21:03:45 +0000 (21:03 +0000)
Problem:  AROS/MorphOS/AmigaOS tiny/small link error
Solution: Include get_cmd_output by defining HAVE_LOCALE_H
          (Ola Söder)

closes: #19792

Signed-off-by: Ola Söder <rolfkopman@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/os_amiga.h
src/version.c

index ec65861b85a92f50ddfd0ff81a3671ef2dbc5679..799bdd52d3780d415f9026bbf97915e8c265f6f0 100644 (file)
@@ -20,6 +20,7 @@
 # if defined(AZTEC_C) || defined(__amigaos4__)
 #  define HAVE_STAT_H
 # endif
+# define HAVE_LOCALE_H
 # define HAVE_STDLIB_H
 # define HAVE_STRING_H
 # define HAVE_FCNTL_H
index cfd6d06570a6d4280e8abb3d7edb20b7b1b67554..b7344e387191daa85bc06a9f86f182c039cbdaa7 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    231,
 /**/
     230,
 /**/