diff options
Diffstat (limited to 'c/pack.c')
-rw-r--r-- | c/pack.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,12 +16,16 @@ * limitations under the License. */ #include "msgpack/pack.h" +#include "msgpack/pack_define.h" #include <stdlib.h> #define msgpack_pack_inline_func(name) \ void msgpack_pack_##name +#define msgpack_pack_inline_func_cint(name) \ + void msgpack_pack_##name + #define msgpack_pack_user msgpack_pack_t* #define msgpack_pack_append_buffer(user, buf, len) \ |