Add FreeBSD compat layer for endian.h
[lttng-ust.git] / liblttng-ust / ltt-events.c
index d2c922b603d2f78342e127c0d26e1bf771d673df..775e73cad828f5119a8b3275b4f86470d55d07b9 100644 (file)
@@ -22,7 +22,6 @@
 
 #define _GNU_SOURCE
 #include <stdio.h>
-#include <endian.h>
 #include <urcu/list.h>
 #include <urcu/hlist.h>
 #include <pthread.h>
@@ -35,6 +34,7 @@
 #include <inttypes.h>
 #include <time.h>
 #include <sys/prctl.h>
+#include <lttng/ust-endian.h>
 #include "clock.h"
 
 #include <urcu-bp.h>
This page took 0.023743 seconds and 4 git commands to generate.