fix: msgpack requires limits.h for UINT_MAX
[lttng-tools.git] / src / vendor / msgpack / lttng-config.h
index 073bf8da591bde77777bd95b88646265780d1567..62258233df24ef6d12348141afee8ecfdaaff74e 100644 (file)
@@ -8,6 +8,7 @@
 #ifndef MSGPACK_LTTNG_CONFIG_H
 #define MSGPACK_LTTNG_CONFIG_H
 
+#include <limits.h>
 #include <common/compat/endian.h>
 
 #if __BYTE_ORDER == __LITTLE_ENDIAN
This page took 0.022579 seconds and 4 git commands to generate.