src/cx/allocator.h

changeset 484
9e6900b1cf9d
parent 465
1e3cb39815f8
child 500
eb9e7bd40a8e
equal deleted inserted replaced
483:929016224c3c 484:9e6900b1cf9d
31 */ 31 */
32 32
33 #ifndef UCX_ALLOCATOR_H 33 #ifndef UCX_ALLOCATOR_H
34 #define UCX_ALLOCATOR_H 34 #define UCX_ALLOCATOR_H
35 35
36 #include <stdlib.h> 36 #include "common.h"
37 37
38 #ifdef __cplusplus 38 #ifdef __cplusplus
39 extern "C" { 39 extern "C" {
40 #endif 40 #endif
41 41

mercurial