Problem: MS-Windows: missing dependency on optiondefs.h in Mingw and
Cygwin Makefile (Mao-Yining)
Solution: Update $INCL variable
fixes: #18915
Signed-off-by: Christian Brabandt <cb@256bit.org>
###########################################################################
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
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1977,
/**/
1976,
/**/