fix: include byteorder.h for 'cpu_to_*'
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 30 Nov 2020 15:23:14 +0000 (10:23 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 30 Nov 2020 15:40:06 +0000 (10:40 -0500)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ie9da5b1d17b7311ac0d6898c3d23a6c4d592927a

src/lib/msgpack/msgpack.c

index f3eca64a654cd5cfcfcc9cfabdaf5fca387e5f46..16658d11b7843aaebe995126367e05d88ad8edd5 100644 (file)
@@ -55,6 +55,7 @@
 #include <linux/bug.h>
 #include <linux/string.h>
 #include <linux/types.h>
+#include <asm/byteorder.h>
 
 #include <lttng/msgpack.h>
 
This page took 0.025839 seconds and 4 git commands to generate.