To: vim_dev@googlegroups.com Subject: Patch 8.1.1616 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 # include + # include + # include + # include + # include #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 -- Bram@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 ///