diff options
-rw-r--r-- | src/memfile.c | 1 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/memfile.c b/src/memfile.c index de3dd6ed4..0d816f36d 100644 --- a/src/memfile.c +++ b/src/memfile.c @@ -57,7 +57,6 @@ extern int dos2; // this is in os_amiga.c # endif # ifdef SASC -# include <proto/dos.h> # include <ios1.h> // for chkufb() # endif #endif diff --git a/src/version.c b/src/version.c index 238361f94..2c86de33e 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4344, +/**/ 4343, /**/ 4342, |