fix: include byteorder.h for 'cpu_to_*'
[deliverable/lttng-modules.git] / 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.023763 seconds and 5 git commands to generate.