diff options
Diffstat (limited to 'include/wchar.h')
-rw-r--r-- | include/wchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wchar.h b/include/wchar.h index 0f1f6d26..a6742e37 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -38,7 +38,7 @@ extern "C" { #undef WEOF #define WEOF (-1) -typedef struct +typedef struct __mbstate_t { unsigned __opaque1, __opaque2; } mbstate_t; |