wok-next diff csstidy/stuff/patches/csstidy-1.4-fix-misc.cpp.patch @ rev 20661

Unification of the patch system
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 21:12:00 2018 +0300 (2018-05-10)
parents csstidy/stuff/csstidy-1.4-fix-misc.cpp.patch@bc08d1b89c0f
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/csstidy/stuff/patches/csstidy-1.4-fix-misc.cpp.patch	Thu May 10 21:12:00 2018 +0300
     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)