mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-10 08:32:32 +02:00
lang/c/msgpack: added C++ binding msgpack::pack
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@53 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
This commit is contained in:
@@ -27,6 +27,8 @@ static inline void msgpack_pack_append_buffer(VALUE x, const unsigned char* b, u
|
||||
rb_str_buf_cat(x, (const void*)b, l);
|
||||
}
|
||||
|
||||
#include <string.h>
|
||||
#include <arpa/inet.h> /* __BYTE_ORDER */
|
||||
#include "msgpack/pack/inline_impl.h"
|
||||
|
||||
#endif /* pack_inline.h */
|
||||
|
Reference in New Issue
Block a user