X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fvendor%2Fmsgpack%2Fpack_define.h;fp=src%2Fvendor%2Fmsgpack%2Fpack_define.h;h=5033bb42a4f64430b158aa5477ef396bbcde0cfa;hp=0000000000000000000000000000000000000000;hb=2463b7879c00298daa79744cdaae82ac061a4ed8;hpb=3a4595c2469472dee1656cde5f8882c2123efd3c diff --git a/src/vendor/msgpack/pack_define.h b/src/vendor/msgpack/pack_define.h new file mode 100644 index 000000000..5033bb42a --- /dev/null +++ b/src/vendor/msgpack/pack_define.h @@ -0,0 +1,18 @@ +/* + * MessagePack unpacking routine template + * + * Copyright (C) 2008-2010 FURUHASHI Sadayuki + * + * Distributed under the Boost Software License, Version 1.0. + * (See accompanying file LICENSE_1_0.txt or copy at + * http://www.boost.org/LICENSE_1_0.txt) + */ +#ifndef MSGPACK_PACK_DEFINE_H +#define MSGPACK_PACK_DEFINE_H + +#include "vendor/msgpack/sysdep.h" +#include +#include + +#endif /* msgpack/pack_define.h */ +