Move futex wrapper to 'common/compat/'
[lttng-ust.git] / src / lib / lttng-ust / lttng-ust-comm.c
index 6f5be12060c3023b78b160cfdb48dce1ec5ac55b..083de26d95184820e1a945f0a891c2ffebaceb9a 100644 (file)
@@ -25,7 +25,6 @@
 #include <signal.h>
 #include <limits.h>
 #include <urcu/uatomic.h>
-#include "futex.h"
 #include <urcu/compiler.h>
 #include <lttng/urcu/urcu-ust.h>
 
@@ -39,6 +38,7 @@
 #include <lttng/ust-thread.h>
 #include <lttng/ust-tracer.h>
 #include <urcu/tls-compat.h>
+#include "common/compat/futex.h"
 #include "common/ustcomm.h"
 #include "common/ust-fd.h"
 #include "common/logging.h"
This page took 0.02328 seconds and 4 git commands to generate.