.gitignore: ignore local vscode workspace settings file
[lttng-tools.git] / src / vendor / msgpack / lttng-config.h
index 54b14682e4f24419d67faa0201171a0673aea052..bd5da44f6a74ddc2226ee12cb41395c3c35100a1 100644 (file)
@@ -9,11 +9,13 @@
 #define MSGPACK_LTTNG_CONFIG_H
 
 #include <limits.h>
-#include <common/compat/endian.h>
+#include <common/compat/endian.hpp>
 
 #if BYTE_ORDER == LITTLE_ENDIAN
 #define MSGPACK_ENDIAN_LITTLE_BYTE 1
+#define MSGPACK_ENDIAN_BIG_BYTE 0
 #elif BYTE_ORDER == BIG_ENDIAN
+#define MSGPACK_ENDIAN_LITTLE_BYTE 0
 #define MSGPACK_ENDIAN_BIG_BYTE 1
 #endif
 
This page took 0.023565 seconds and 4 git commands to generate.