X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;h=4463a89f2fcf0e128302a16109f3db5ef6c2fd72;hb=9441df61728a22747f28a713b6c00b1732acbd57;hp=dc220c46075141063200ea856dab819f311b7579;hpb=93d0f2eaff675059588e958e3de74a1bb7dd4028;p=lttng-ust.git diff --git a/tests/hello/hello.c b/tests/hello/hello.c index dc220c46..4463a89f 100644 --- a/tests/hello/hello.c +++ b/tests/hello/hello.c @@ -8,6 +8,7 @@ #include #include +#include "usterr.h" #include "tp.h" @@ -69,6 +70,3 @@ int main() return 0; } - -MARKER_LIB; -TRACEPOINT_LIB;