summaryrefslogtreecommitdiff
path: root/src/u8c/u8enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/u8c/u8enc.c')
-rw-r--r--src/u8c/u8enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u8c/u8enc.c b/src/u8c/u8enc.c
index 8e5432d..2ad8090 100644
--- a/src/u8c/u8enc.c
+++ b/src/u8c/u8enc.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/u8enc.h>
# include <u8c/SIZE_C.h>
uint_least8_t u8c_u8enc(size_t * const _sz,uint_least8_t * * const _out,uint_least32_t * const _in) {