# HG changeset patch # User Olaf Wintermann # Date 1668943054 -3600 # Node ID cec11387c1bee452c8bc8177de85178fbe570a6e # Parent af7d8a29fbc597d34da7f0b6b7bc9ecd7ee898b6 fix include in array_list.h diff -r af7d8a29fbc5 -r cec11387c1be src/cx/array_list.h --- a/src/cx/array_list.h Fri Nov 18 22:32:17 2022 +0100 +++ b/src/cx/array_list.h Sun Nov 20 12:17:34 2022 +0100 @@ -39,7 +39,7 @@ #ifndef UCX_ARRAY_LIST_H #define UCX_ARRAY_LIST_H -#include "cx/list.h" +#include "list.h" #ifdef __cplusplus extern "C" {