X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Funit%2Ftest_kernel_data.c;h=5847729bde2ef08cbb1b6d04775389c7878de010;hb=318a73cce5c3e7a243c0d7f6a337c4aeb4bc6f6c;hp=34d12be2466d1ade2506c45e33d7f42eed56937a;hpb=c4f4c1c52330afc74f6176452075d13888af114f;p=lttng-tools.git diff --git a/tests/unit/test_kernel_data.c b/tests/unit/test_kernel_data.c index 34d12be24..5847729bd 100644 --- a/tests/unit/test_kernel_data.c +++ b/tests/unit/test_kernel_data.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * @@ -23,6 +23,11 @@ /* Number of TAP tests in this file */ #define NUM_TESTS 11 +#ifdef HAVE_LIBLTTNG_UST_CTL +#include +DEFINE_LTTNG_UST_SIGBUS_STATE(); +#endif + static const char alphanum[] = "0123456789" "ABCDEFGHIJKLMNOPQRSTUVWXYZ"