Problem: Cannot generate prototypes with X11 but without GUI.
Solution: Include X11/Intrinsic.h.
# include <gtk/gtk.h>
#endif
+// Needed when generating prototypes, since FEAT_GUI is always defined then.
+#if defined(FEAT_XCLIPBOARD) && !defined(FEAT_GUI_MOTIF) \
+ && !defined(FEAT_GUI_ATHENA) && !defined(FEAT_GUI_GTK)
+# include <X11/Intrinsic.h>
+#endif
+
#ifdef FEAT_GUI_MAC
# include <Types.h>
/*# include <Memory.h>*/
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1633,
/**/
1632,
/**/