From: Ola Söder Date: Sun, 22 Mar 2026 21:03:45 +0000 (+0000) Subject: patch 9.2.0231: Amiga: Link error for missing HAVE_LOCALE_H X-Git-Tag: v9.2.0231^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0172ff5542150e98c072313f02ea105dcc4cc9bb;p=thirdparty%2Fvim.git patch 9.2.0231: Amiga: Link error for missing HAVE_LOCALE_H 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 Signed-off-by: Christian Brabandt --- diff --git a/src/os_amiga.h b/src/os_amiga.h index ec65861b85..799bdd52d3 100644 --- a/src/os_amiga.h +++ b/src/os_amiga.h @@ -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 diff --git a/src/version.c b/src/version.c index cfd6d06570..b7344e3871 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 231, /**/ 230, /**/