diff options
Diffstat (limited to 'include/u8c/init.h')
-rw-r--r-- | include/u8c/init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/u8c/init.h b/include/u8c/init.h index 1aa4804..e19cb5b 100644 --- a/include/u8c/init.h +++ b/include/u8c/init.h @@ -17,5 +17,6 @@ # if !defined(u8c_sym_init) # define u8c_sym_init # include <stdbool.h> +# include <u8c/errtyp.h> extern bool u8c_init(void); # endif |