| 1015:a0922b925d2a | 1016:fe177d6dabb8 |
|---|---|
| 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> | |
| 53 | 51 |
| 54 #ifdef __cplusplus | 52 #ifdef __cplusplus |
| 55 extern "C" { | 53 extern "C" { |
| 56 #endif | 54 #endif |
| 57 | 55 |