commit | b7ed839976120912c8a755fd1b0f67026b4b056f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 21:24:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 21:24:34 2019 +0200 |
tree | f156b004b3e3159e70771881d46e836ed90561c1 | |
parent | 48ac671fe5cb5a7c2d5263d2f122e5e903022e30 [diff] [blame] |
patch 8.1.1633: cannot generate prototypes with X11 but without GUI Problem: Cannot generate prototypes with X11 but without GUI. Solution: Include X11/Intrinsic.h.
diff --git a/src/version.c b/src/version.c index 59c3c51..20bff05 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1633, +/**/ 1632, /**/ 1631,