X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-dl%2Fprog.c;h=bab2644cc537ee21838761af01cface924ecf7f8;hb=f46376a14da2eb796690cb4e718e8b213839d6ea;hp=fb4e5c0e13ef28b190f29127eaf9d2bf3a3fbffd;hpb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;p=lttng-tools.git diff --git a/tests/regression/ust/ust-dl/prog.c b/tests/regression/ust/ust-dl/prog.c index fb4e5c0e1..bab2644cc 100644 --- a/tests/regression/ust/ust-dl/prog.c +++ b/tests/regression/ust/ust-dl/prog.c @@ -8,17 +8,18 @@ /* _GNU_SOURCE is defined by config.h */ #include #include -#include #include #include +#include + /* * libfoo has a direct dependency on libbar. * libbar has a direct dependency on libzzz. * This test is therefore a mix of dlopen/dlclose and dlmopen/dlclose of * libfoo, and of its direct dependencies. */ -int main(int argc, char **argv) +int main(void) { void *h0, *h2, *h3, *h4;