diff options
Diffstat (limited to 'include/u8c/seterr.h')
-rw-r--r-- | include/u8c/seterr.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/u8c/seterr.h b/include/u8c/seterr.h index ae2f534..3f3e793 100644 --- a/include/u8c/seterr.h +++ b/include/u8c/seterr.h @@ -16,6 +16,7 @@ /* Set error */ # if !defined(u8c_sym_seterr) # define u8c_sym_seterr -# include <stdint.h> -extern uint_least8_t u8c_seterr(uint_least32_t const * const msg); +# include <stdbool.h> +# include <uchar.h> +extern bool u8c_seterr(char32_t const * const msg); # endif |