From f8d2ae65bba18ae79695111960a74507cdda0132 Mon Sep 17 00:00:00 2001 From: Jasper Date: Mon, 8 Sep 2025 12:12:09 +0200 Subject: Reordered includes --- utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils.h') diff --git a/utils.h b/utils.h index 8aecde3..d7688c7 100644 --- a/utils.h +++ b/utils.h @@ -1,6 +1,8 @@ #ifndef UTIL_H #define UTIL_H +#include + #define ABS(x) ((x) >= 0 ? (x) : -(x)) char *str_delete_at(const char *str, const int pos); -- cgit v1.2.3