--- rxvt-unicode/src/defaultfont.h 2004/07/26 14:57:12 1.19 +++ rxvt-unicode/src/defaultfont.h 2004/08/04 03:29:28 1.20 @@ -19,6 +19,8 @@ # include #endif +#include + #include "rxvtlib.h" #include "feature.h" #include "encoding.h" @@ -110,6 +112,7 @@ bool populate (const char *desc); int find_font (uint32_t unicode, bool bold = false); + // font-id's MUST fit into a signed 16 bit integer. rxvt_font *operator [] (int id) const { return fonts[id];