Remove usterr.h, use usterr-signal-safe.h everywhere instead
[lttng-ust.git] / liblttng-ust-dl / ustdl.c
index ceb9b5bad8115140c03848bb21cf01373cbd02d0..1ef84c372f43ccc102f3e16892ffe048798d126f 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>
@@ -29,7 +29,7 @@
 #include <signal.h>
 #include <sched.h>
 #include <stdarg.h>
-#include "usterr.h"
+#include "usterr-signal-safe.h"
 
 #include <lttng/ust-compiler.h>
 #include <lttng/ust.h>
This page took 0.024376 seconds and 4 git commands to generate.