Patch 8.1.1616

11 views
Skip to first unread message

Bram Moolenaar

unread,
Jul 1, 2019, 4:28:59 PM7/1/19
to vim...@googlegroups.com

Patch 8.1.1616
Problem: Build failure with gcc on Amiga.
Solution: Add missing header includes. (Ola Söder, closes #4603)
Files: src/os_amiga.h


*** ../vim-8.1.1615/src/os_amiga.h 2018-03-01 21:49:24.000000000 +0100
--- src/os_amiga.h 2019-07-01 22:26:37.353847560 +0200
***************
*** 88,93 ****
--- 88,97 ----
#ifdef __GNUC__
# include <sys/stat.h>
# include <unistd.h>
+ # include <limits.h>
+ # include <errno.h>
+ # include <time.h>
+ # include <dirent.h>
#endif

#ifndef PROTO
*** ../vim-8.1.1615/src/version.c 2019-07-01 22:20:57.204052858 +0200
--- src/version.c 2019-07-01 22:27:47.469392416 +0200
***************
*** 779,780 ****
--- 779,782 ----
{ /* Add new patch number below this line */
+ /**/
+ 1616,
/**/

--
"My particular problem is with registry entries, which seem to just
accumulate like plastic coffee cups..." -- Paul Moore

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages