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, /**/