Fix: work-around glibc lying about dlsym()/dlerror() leafness
[lttng-ust.git] / liblttng-ust-libc-wrapper / lttng-ust-malloc.c
index 8296ae29b9e637920b81afc5f75baffa36dae218..54522b4258b69d4d12fbed4ea38b882773d55726 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #define _GNU_SOURCE
-#include <dlfcn.h>
+#include <lttng/ust-dlfcn.h>
 #include <sys/types.h>
 #include <stdio.h>
 #include <assert.h>
This page took 0.023547 seconds and 4 git commands to generate.