patch 9.2.0231: Amiga: Link error for missing HAVE_LOCALE_H
Commit:
https://github.com/vim/vim/commit/0172ff5542150e98c072313f02ea105dcc4cc9bb
Author: Ola Söder <[email protected]>
Date: Sun Mar 22 21:03:45 2026 +0000
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/src/os_amiga.h b/src/os_amiga.h
index ec65861b8..799bdd52d 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 cfd6d0657..b7344e387 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,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1w4Q8V-0010c2-Nd%40256bit.org.