updated for version 7.0-232
diff --git a/src/gui.c b/src/gui.c
index f180cc3..adca7fb 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -1159,7 +1159,7 @@
 #endif
 
 # if defined(FEAT_GUI_TABLINE) && (defined(FEAT_GUI_MSWIN) \
-	|| defined(FEAT_GUI_MOTIF))
+ 	|| defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_MAC))
     if (gui_has_tabline())
 	text_area_y += gui.tabline_height;
 #endif