diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-03-16 21:34:25 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-03-16 21:34:25 +0100 |
commit | 4ac31eeff0409de0b1fe2d9e9f678859656ac4ae (patch) | |
tree | 0a167479a203b89891c21a921bb0138f6beb486b /src/version.c | |
parent | 135682517bc378cfdb63fe3a6e3553935f69f6ce (diff) | |
download | vim-git-8.0.1610.tar.gz |
patch 8.0.1610: cannot build without GUIv8.0.1610
Problem: Cannot build without GUI.
Solution: Add #ifdef.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 5f4e2c8a7..eda2a8580 100644 --- a/src/version.c +++ b/src/version.c @@ -767,6 +767,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1610, +/**/ 1609, /**/ 1608, |