947:2a47b4a5c216 | 948:036b431e70ee |
---|---|
46 #ifndef UCX_BUFFER_H | 46 #ifndef UCX_BUFFER_H |
47 #define UCX_BUFFER_H | 47 #define UCX_BUFFER_H |
48 | 48 |
49 #include "common.h" | 49 #include "common.h" |
50 #include "allocator.h" | 50 #include "allocator.h" |
51 | |
52 #include <sys/types.h> | |
51 | 53 |
52 #ifdef __cplusplus | 54 #ifdef __cplusplus |
53 extern "C" { | 55 extern "C" { |
54 #endif | 56 #endif |
55 | 57 |