Fix: work-around glibc lying about dlsym()/dlerror() leafness
[lttng-ust.git] / liblttng-ust-dl / ustdl.c
index ceb9b5bad8115140c03848bb21cf01373cbd02d0..b6abca7b6e13c7562bbb4d1b8fccbcaea64bdf2b 100644 (file)
@@ -18,8 +18,8 @@
 
 #define _LGPL_SOURCE
 #define _GNU_SOURCE
+#include <lttng/ust-dlfcn.h>
 #include <inttypes.h>
-#include <dlfcn.h>
 #include <link.h>
 #include <unistd.h>
 #include <stdio.h>
This page took 0.022521 seconds and 4 git commands to generate.