port: fix endian and byteswap compat on FreeBSD
[deliverable/lttng-ust.git] / liblttng-ust-ctl / ustctl.c
index 69bbd21a0959c93bbd870166ca1b56b8cc34533f..a7eca3b0b611d7d47513ab4c968b4a75666071a2 100644 (file)
@@ -17,7 +17,6 @@
  */
 
 #define _GNU_SOURCE
-#include <byteswap.h>
 #include <stdint.h>
 #include <string.h>
 #include <sys/mman.h>
@@ -27,6 +26,7 @@
 #include <lttng/ust-ctl.h>
 #include <lttng/ust-abi.h>
 #include <lttng/ust-events.h>
+#include <lttng/ust-endian.h>
 #include <usterr-signal-safe.h>
 #include <ust-comm.h>
 #include <helper.h>
This page took 0.023446 seconds and 5 git commands to generate.