summaryrefslogtreecommitdiff
path: root/sysutils/lttng-ust/files/patch-src_lib_lttng-ust-dl_ust__dl.h
blob: 85afb4f3b031e73fed033b38cbfbf4696eda7f4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/lib/lttng-ust-dl/ust_dl.h.orig	2022-03-25 15:37:17 UTC
+++ src/lib/lttng-ust-dl/ust_dl.h
@@ -21,6 +21,7 @@ extern "C" {
 
 #define LTTNG_UST_DL_PROVIDER
 #include <lttng/tracepoint.h>
+#include <common/compat/dlfcn.h>
 
 LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_dl, dlopen,
 	LTTNG_UST_TP_ARGS(void *, ip, void *, baddr, const char *, path,