X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;h=4463a89f2fcf0e128302a16109f3db5ef6c2fd72;hb=2cd35d512eb5bc63c2f9ebc1b748a54cd03cc4b3;hp=dc220c46075141063200ea856dab819f311b7579;hpb=93d0f2eaff675059588e958e3de74a1bb7dd4028;p=ust.git diff --git a/tests/hello/hello.c b/tests/hello/hello.c index dc220c4..4463a89 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;