K 10 svn:author V 6 adridg K 8 svn:date V 27 2019-07-03T20:27:37.628402Z K 7 svn:log V 308 Fix build of mail/xpbiff after libXt update. An implicit include has gone away (Intrinsic.h) so users of X11/StringDefs.h now need to explictly include X11/Intrinsic.h to get the typedef for String, otherwise many of the macro's like this one: #define XtRString ((String)&XtStrings[1797]) will fall over. END