--- rxvt-unicode/src/rxvtutil.h 2006/01/17 16:06:48 1.18 +++ rxvt-unicode/src/rxvtutil.h 2006/01/22 00:36:59 1.19 @@ -1,6 +1,7 @@ #ifndef RXVT_UTIL_H #define RXVT_UTIL_H +#include #include #define PP_CONCAT_(a, b) a ## b @@ -393,7 +394,7 @@ ~stringvec () { for (char **c = begin (); c != end (); c++) - delete [] *c; + free (*c); } };