diff -r 313fd460d264 -r 6d65b1e97136 src/linked_list.c --- a/src/linked_list.c Sun Nov 30 15:41:15 2025 +0100 +++ b/src/linked_list.c Sun Nov 30 15:45:35 2025 +0100 @@ -30,6 +30,9 @@ #include "cx/compare.h" #include #include +#if __STDC_VERSION__ < 202311L +#include +#endif // LOW LEVEL LINKED LIST FUNCTIONS