summaryrefslogtreecommitdiff
path: root/c/pack.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/pack.c')
-rw-r--r--c/pack.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/pack.c b/c/pack.c
index 766a9d1..f4787c0 100644
--- a/c/pack.c
+++ b/c/pack.c
@@ -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) \