Add FreeBSD compat layer for endian.h
[lttng-ust.git] / liblttng-ust / ltt-events.c
index b6d4f9b51f6f50bdea1f3b2e5eeed2299a143307..f49746e99ff17b1676b8fba02feb1898a6547a04 100644 (file)
@@ -10,7 +10,6 @@
 
 #define _GNU_SOURCE
 #include <stdio.h>
-#include <endian.h>
 #include <urcu/list.h>
 #include <urcu/hlist.h>
 #include <pthread.h>
@@ -23,6 +22,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.023968 seconds and 4 git commands to generate.