summaryrefslogtreecommitdiff
path: root/src/u8c/u32cmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/u8c/u32cmp.c')
-rw-r--r--src/u8c/u32cmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u8c/u32cmp.c b/src/u8c/u32cmp.c
index e8f5b9f..138eb22 100644
--- a/src/u8c/u32cmp.c
+++ b/src/u8c/u32cmp.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/u32cmp.h>
uint_least8_t u8c_u32cmp(uint_least8_t * const _res,uint_least32_t * const _lstr,uint_least32_t * const _rstr) {