diff --git a/src/Make_cyg_ming.mak b/src/Make_cyg_ming.mak index bb84cd9c51..9ec5ef8e08 100644 --- a/src/Make_cyg_ming.mak +++ b/src/Make_cyg_ming.mak @@ -1252,8 +1252,9 @@ nvcmdidxs: nv_cmds.h ########################################################################### INCL = vim.h alloc.h ascii.h ex_cmds.h feature.h errors.h globals.h \ - keymap.h macros.h option.h os_dos.h os_win32.h proto.h regexp.h \ - spell.h structs.h termdefs.h beval.h $(NBDEBUG_INCL) + keymap.h macros.h option.h optiondefs.h os_dos.h os_win32.h \ + proto.h regexp.h spell.h structs.h termdefs.h beval.h \ + $(NBDEBUG_INCL) GUI_INCL = gui.h ifeq ($(DIRECTX),yes) GUI_INCL += gui_dwrite.h diff --git a/src/version.c b/src/version.c index da7c9d60f7..5b8802631a 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1977, /**/ 1976, /**/