blob: 5b60591704dff86a90f8a83b6c324ea36a8f8249 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- liblttng-ust-dl/ust_dl.h.orig 2016-11-29 01:46:24 UTC
+++ liblttng-ust-dl/ust_dl.h
@@ -36,6 +36,7 @@ extern "C" {
#define LTTNG_UST_DL_PROVIDER
#include <lttng/tracepoint.h>
+#include <lttng/ust-dlfcn.h>
TRACEPOINT_EVENT(lttng_ust_dl, dlopen,
TP_ARGS(void *, ip, void *, baddr, const char *, path,
|