X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-module.c;h=359400174745346b0ba4420ec00fd1434d5ef470;hb=7c68b363332170e4db100327ecc9e09b8a79cf29;hp=1a3c2558a219da6d9f1d3487fbc9dbaad7f011fd;hpb=83788d81815146024200cba5aa46c705a05d6b99;p=lttng-modules.git diff --git a/probes/lttng-probe-module.c b/probes/lttng-probe-module.c index 1a3c2558..35940017 100644 --- a/probes/lttng-probe-module.c +++ b/probes/lttng-probe-module.c @@ -29,6 +29,8 @@ */ #include +#include "../wrapper/tracepoint.h" + /* * Create LTTng tracepoint probes. */ @@ -39,5 +41,5 @@ #include "../instrumentation/events/lttng-module/module.h" MODULE_LICENSE("GPL and additional rights"); -MODULE_AUTHOR("Wade Farnsworth "); +MODULE_AUTHOR("Wade Farnsworth and Andrew Gabbasov "); MODULE_DESCRIPTION("LTTng module probes");