src/cx/linked_list.h

changeset 484
9e6900b1cf9d
parent 481
eef025d82a34
child 485
6a86ad3d8c03
     1.1 --- a/src/cx/linked_list.h	Mon Dec 27 16:51:10 2021 +0100
     1.2 +++ b/src/cx/linked_list.h	Mon Dec 27 17:02:32 2021 +0100
     1.3 @@ -38,7 +38,7 @@
     1.4  #ifndef UCX_LINKED_LIST_H
     1.5  #define UCX_LINKED_LIST_H
     1.6  
     1.7 -#include <stddef.h>
     1.8 +#include "common.h"
     1.9  #include "list.h"
    1.10  
    1.11  #ifdef __cplusplus

mercurial