fix tinycurses

Change-Id: I9e7bde7b2c90b8b34c6aa8e90a16cd29dc108fe9
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/3360
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Patrick Georgi 2013-05-28 13:56:54 +02:00 committed by Stefan Reinauer
parent 359501a7b7
commit ce809b9c3a
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ typedef chtype attr_t; /* ...must be at least as wide as chtype */
#if 1
//// #include <wchar.h> /* ...to get mbstate_t, etc. */
//typedef unsigned long wchar_t; // XXX
typedef unsigned long wchar_t; // XXX
typedef unsigned long wint_t; // XXX
#endif