From 0172ff5542150e98c072313f02ea105dcc4cc9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ola=20S=C3=B6der?= Date: Sun, 22 Mar 2026 21:03:45 +0000 Subject: [PATCH] patch 9.2.0231: Amiga: Link error for missing HAVE_LOCALE_H MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/os_amiga.h | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) 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, /**/