diff --git a/src/evalfunc.c b/src/evalfunc.c index f87fd1f99a..7c9860f8a1 100644 --- a/src/evalfunc.c +++ b/src/evalfunc.c @@ -16,10 +16,6 @@ #if defined(FEAT_EVAL) || defined(PROTO) -#ifdef AMIGA -# include /* for strftime() */ -#endif - #ifdef VMS # include #endif diff --git a/src/os_amiga.h b/src/os_amiga.h index 718241dd76..6f951fb96b 100644 --- a/src/os_amiga.h +++ b/src/os_amiga.h @@ -90,10 +90,11 @@ typedef long off_t; # include # include # include -# include # include #endif +#include // for strftime() and others + #ifndef PROTO /* * arpbase.h must be included before functions.h diff --git a/src/version.c b/src/version.c index 9af898854d..8fd5239f12 100644 --- a/src/version.c +++ b/src/version.c @@ -777,6 +777,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1621, /**/ 1620, /**/