diff options
-rw-r--r-- | include/wctype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wctype.h b/include/wctype.h index e41ee9942..515f36ff6 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -27,7 +27,7 @@ #include <bits/types.h> #ifndef __UCLIBC_HAS_WCHAR__ -#error Attempted to include wchar.h when uClibc built without wide char support. +#error Attempted to include wctype.h when uClibc built without wide char support. #endif #ifndef __need_iswxxx |