]> granicus.if.org Git - vim/commitdiff
patch 8.1.1616: build failure with gcc on Amiga v8.1.1616
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Jul 2019 20:28:20 +0000 (22:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Jul 2019 20:28:20 +0000 (22:28 +0200)
Problem:    Build failure with gcc on Amiga.
Solution:   Add missing header includes. (Ola Söder, closes #4603)

src/os_amiga.h
src/version.c

index 336cbdbaf351c8d749b3ec6ad34c2fa11a2583c7..718241dd768f97020369b5c1b3090766f100263f 100644 (file)
@@ -88,6 +88,10 @@ typedef long off_t;
 #ifdef __GNUC__
 # include <sys/stat.h>
 # include <unistd.h>
+# include <limits.h>
+# include <errno.h>
+# include <time.h>
+# include <dirent.h>
 #endif
 
 #ifndef PROTO
index ec541b46798811db5ed68cc5734f5e5f8c212bc4..d05b82e42b7c836726e697366d66b869280ec1e4 100644 (file)
@@ -777,6 +777,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1616,
 /**/
     1615,
 /**/