updated for version 7.0e05
diff --git a/src/option.h b/src/option.h
index 39c03e1..d512a20 100644
--- a/src/option.h
+++ b/src/option.h
@@ -508,6 +508,7 @@
 #endif
 #if defined(FEAT_GUI_TABLINE)
 EXTERN char_u	*p_gtl;		/* 'guitablabel' */
+EXTERN char_u	*p_gtt;		/* 'guitabtooltip' */
 #endif
 EXTERN char_u	*p_hf;		/* 'helpfile' */
 #ifdef FEAT_WINDOWS