wok diff csstidy/stuff/csstidy-1.4-fix-misc.cpp.patch @ rev 22691

updated emacs again (24.3 -> 26.3)
author Hans-G?nter Theisgen
date Mon Jan 20 17:26:23 2020 +0100 (2020-01-20)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/csstidy/stuff/csstidy-1.4-fix-misc.cpp.patch	Mon Jan 20 17:26:23 2020 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +--- a/csstidy/misc.cpp
     1.5 ++++ b/csstidy/misc.cpp
     1.6 +@@ -16,6 +16,7 @@
     1.7 +  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
     1.8 +  */
     1.9 +  
    1.10 ++#include <string.h>
    1.11 + #include "csspp_globals.hpp"
    1.12 + 
    1.13 + bool escaped(const string &istring, const int pos)