diff options
Diffstat (limited to 'src/u8c/u32sz.c')
-rw-r--r-- | src/u8c/u32sz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u8c/u32sz.c b/src/u8c/u32sz.c index aec4dd2..d0af24a 100644 --- a/src/u8c/u32sz.c +++ b/src/u8c/u32sz.c @@ -13,10 +13,10 @@ If not, see <https://www.gnu.org/licenses/>. */ -# include "seterr.h" # include <assert.h> # include <stddef.h> # include <stdint.h> +# include <u8c/seterr.h> # include <u8c/SIZE_C.h> # include <u8c/u32sz.h> uint_least8_t u8c_u32sz(size_t * const _sz,uint_least32_t * const _u32) { |