diff -r 8af0c81db5b9 -r f9236f51ba8d console/libgnt/gntutils.c --- a/console/libgnt/gntutils.c Mon Aug 28 20:43:12 2006 +0000 +++ b/console/libgnt/gntutils.c Mon Aug 28 23:31:12 2006 +0000 @@ -4,6 +4,10 @@ #include #include +#ifndef __USE_XOPEN +#define wcwidth(X) 1 +#endif + void gnt_util_get_text_bound(const char *text, int *width, int *height) { const char *s = text, *last;