X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Funit%2Ftest_ust_data.c;fp=tests%2Funit%2Ftest_ust_data.c;h=87da5b4b6953a7a935b2e01016366b80fa8ab4a0;hp=f92b1f802b7481b415aae1834ae2475b02e070c3;hb=881fc67f7002469477a5ad00e67a8077db6c0514;hpb=4243641037bcc27e6338674a5c39699a22347654 diff --git a/tests/unit/test_ust_data.c b/tests/unit/test_ust_data.c index f92b1f802..87da5b4b6 100644 --- a/tests/unit/test_ust_data.c +++ b/tests/unit/test_ust_data.c @@ -21,6 +21,8 @@ #include #include +#include + #include /* This path will NEVER be created in this test */ @@ -31,6 +33,8 @@ /* Number of TAP tests in this file */ #define NUM_TESTS 16 +DEFINE_LTTNG_UST_SIGBUS_STATE(); + /* For error.h */ int lttng_opt_quiet = 1; int lttng_opt_verbose;