Move internal headers to 'src/' dir
[lttng-ust.git] / src / liblttng-ust-libc-wrapper / lttng-ust-pthread.c
index 06bf791b20c2c66f6b3a6b95f3f11dbc99c53be0..c6633fe8592384a0d2b8947270add8775c7de2bc 100644 (file)
@@ -9,8 +9,11 @@
  * circular dependency loop between this malloc wrapper, liburcu and
  * libc.
  */
-#include <ust-dlfcn.h>
-#include <ust-helper.h>
+
+/* Has to be included first to override dlfcn.h */
+#include <common/compat/dlfcn.h>
+
+#include "common/macros.h"
 #include <pthread.h>
 
 #define TRACEPOINT_DEFINE
This page took 0.022755 seconds and 4 git commands to generate.