X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fvendor%2Fmsgpack%2Fpack_template.h;fp=src%2Fvendor%2Fmsgpack%2Fpack_template.h;h=1ad8686bae3ce66d94f0dee3e21162f6764f3da7;hp=ac112e1d920af94c172e8fab5d50e910df44b366;hb=0c07860d8c0160fea35c59fc5d43b948f354359e;hpb=0ae8863018325f0e86112e6a1ce466d5576b5461 diff --git a/src/vendor/msgpack/pack_template.h b/src/vendor/msgpack/pack_template.h index ac112e1d9..1ad8686ba 100644 --- a/src/vendor/msgpack/pack_template.h +++ b/src/vendor/msgpack/pack_template.h @@ -8,6 +8,8 @@ * http://www.boost.org/LICENSE_1_0.txt) */ +#include "vendor/msgpack/lttng-config.h" + #if MSGPACK_ENDIAN_LITTLE_BYTE #define TAKE8_8(d) ((uint8_t*)&d)[0] #define TAKE8_16(d) ((uint8_t*)&d)[0]