repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: d348a26785b198f5d567de5687f34fb640e0caae: path_to: revision_to:
commit d348a26785b198f5d567de5687f34fb640e0caae Author: Marc LehmannDate: Sat May 19 02:23:07 2012 +0000 mikachuopt diff --git a/src/rxvt.h b/src/rxvt.h
--- a/src/rxvt.h +++ b/src/rxvt.h @@ -80,6 +80,7 @@ typedef int32_t tlen_t_; // specifically for use in the line_t structure # define HAVE_BG_PIXMAP 1 #endif +#include#include "encoding.h" #include "rxvtutil.h" #include "rxvtfont.h" @@ -833,7 +834,7 @@ struct mbstate struct compose_char { unicode_t c1, c2; // any chars != NOCHAR are valid - #if __cplusplus >= 201103L + #if __cplusplus >= 201103L || ECB_GCC_VERSION(4,4) compose_char () = default; #endif compose_char (unicode_t c1, unicode_t c2)
-----END OF PAGE-----