diff options
Diffstat (limited to 'src/u8c/u32cp.c')
-rw-r--r-- | src/u8c/u32cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u8c/u32cp.c b/src/u8c/u32cp.c index 978b445..a91226c 100644 --- a/src/u8c/u32cp.c +++ b/src/u8c/u32cp.c @@ -13,10 +13,10 @@ If not, see <https://www.gnu.org/licenses/>. */ -# include "seterr.h" # include <assert.h> # include <stdint.h> # include <stdlib.h> +# include <u8c/seterr.h> # include <u8c/SIZE_C.h> # include <u8c/u32cp.h> # include <u8c/u32sz.h> |