commit | 8dc4c7292364d31cfb8afa8a67984b78b657b192 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 14 19:42:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 14 19:42:13 2019 +0200 |
tree | 7e01972775132d7c50a7cc2f785a7f3ce9bb79a3 | |
parent | a8356bc1734195d130c6eeaf4858356ae3a3f722 [diff] [blame] |
patch 8.1.1174: cannot build with Ruby 1.8 Problem: Cannot build with Ruby 1.8. (Tom G. Christensen) Solution: Include ruby/st.h. (Ozaki Kiichi, closes #4257)
diff --git a/src/version.c b/src/version.c index bc12aae..54c15f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1174, +/**/ 1173, /**/ 1172,