X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;h=561d92e464d7f00871a97f42265a190a4c0ee141;hb=b5b073e22d34bec71259d39b8946354f170f01a9;hp=dc220c46075141063200ea856dab819f311b7579;hpb=93d0f2eaff675059588e958e3de74a1bb7dd4028;p=ust.git diff --git a/tests/hello/hello.c b/tests/hello/hello.c index dc220c4..561d92e 100644 --- a/tests/hello/hello.c +++ b/tests/hello/hello.c @@ -8,8 +8,9 @@ #include #include +#include "usterr.h" #include "tp.h" - +#include "tracer.h" void inthandler(int sig) { @@ -69,6 +70,3 @@ int main() return 0; } - -MARKER_LIB; -TRACEPOINT_LIB;