ucx/list.h

changeset 126
dffb551c5f18
parent 125
fca8efb122de
child 127
5418bda21896
equal deleted inserted replaced
125:fca8efb122de 126:dffb551c5f18
36 #ifndef UCX_LIST_H 36 #ifndef UCX_LIST_H
37 #define UCX_LIST_H 37 #define UCX_LIST_H
38 38
39 #include "ucx.h" 39 #include "ucx.h"
40 #include "allocator.h" 40 #include "allocator.h"
41 #include <stddef.h> 41 #include <sys/types.h>
42 42
43 #ifdef __cplusplus 43 #ifdef __cplusplus
44 extern "C" { 44 extern "C" {
45 #endif 45 #endif
46 46

mercurial