patch 8.2.0320: no Haiku support
Problem: No Haiku support.
Solution: Add support for Haiku. (Emir Sari, closes #5605)
diff --git a/src/proto.h b/src/proto.h
index 31f75cf..a8faa83 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -313,6 +313,9 @@
extern char *vim_SelFile(Widget toplevel, char *prompt, char *init_path, int (*show_entry)(), int x, int y, guicolor_T fg, guicolor_T bg, guicolor_T scroll_fg, guicolor_T scroll_bg);
# endif
# endif
+# ifdef FEAT_GUI_HAIKU
+# include "gui_haiku.pro"
+# endif
# ifdef FEAT_GUI_MAC
# include "gui_mac.pro"
# endif