Fix: work-around glibc lying about dlsym()/dlerror() leafness
[lttng-ust.git] / liblttng-ust-libc-wrapper / lttng-ust-pthread.c
index e72b9b40eb357405e601a0b0b69e55c0e5bcbb53..45789aa3463108c72990ad752912309870514a39 100644 (file)
@@ -17,7 +17,7 @@
  */
 
 #define _GNU_SOURCE
-#include <dlfcn.h>
+#include <lttng/ust-dlfcn.h>
 #include <pthread.h>
 
 #define TRACEPOINT_DEFINE
This page took 0.023142 seconds and 4 git commands to generate.