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 <rolfkopman@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Ola Söder
2026-03-22 21:03:45 +00:00
committed by Christian Brabandt
parent 196cf9f644
commit 0172ff5542
2 changed files with 3 additions and 0 deletions
+1
View 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
+2
View File
@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
231,
/**/
230,
/**/