updated for version 7.0024
diff --git a/src/structs.h b/src/structs.h
index 4975af5..84b1a24 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -189,6 +189,10 @@
 #endif
     long	wo_scr;
 #define w_p_scr w_onebuf_opt.wo_scr	/* 'scroll' */
+#ifdef FEAT_STL_OPT
+    char_u	*wo_stl;
+#define w_p_stl w_onebuf_opt.wo_stl	/* 'statusline' */
+#endif
 #ifdef FEAT_SCROLLBIND
     int		wo_scb;
 # define w_p_scb w_onebuf_opt.wo_scb	/* 'scrollbind' */