X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fclock-plugin%2Flttng-clock-plugin-test.c;h=6fbd8455eada12fe1a0cdc4b87feac84eda9b31c;hb=1c124020c743254923d8e76ab5dcd1f69709982e;hp=55facb77755ba5b581f95f403ba2ee154b60e1f4;hpb=101215b79efa5e2d024dfed97de1140f8d49ca4a;p=lttng-modules.git diff --git a/tests/clock-plugin/lttng-clock-plugin-test.c b/tests/clock-plugin/lttng-clock-plugin-test.c index 55facb77..6fbd8455 100644 --- a/tests/clock-plugin/lttng-clock-plugin-test.c +++ b/tests/clock-plugin/lttng-clock-plugin-test.c @@ -23,6 +23,7 @@ #include #include +#include #include /* From lttng-modules */ static u64 trace_clock_read64_example(void) @@ -79,3 +80,7 @@ module_exit(lttng_clock_plugin_exit); MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Mathieu Desnoyers "); MODULE_DESCRIPTION("LTTng Clock Plugin Example"); +MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." + __stringify(LTTNG_MODULES_MINOR_VERSION) "." + __stringify(LTTNG_MODULES_PATCHLEVEL_VERSION) + LTTNG_MODULES_EXTRAVERSION);