Update vendored msgpack-c to 4.0.0
[lttng-tools.git] / src / vendor / msgpack / pack_template.h
index ac112e1d920af94c172e8fab5d50e910df44b366..1ad8686bae3ce66d94f0dee3e21162f6764f3da7 100644 (file)
@@ -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]
This page took 0.024405 seconds and 4 git commands to generate.