build: Add missing DEFINE_LTTNG_UST_SIGBUS_STATE();
[lttng-tools.git] / tests / unit / test_kernel_data.c
index 34d12be2466d1ade2506c45e33d7f42eed56937a..58e7014422fb6bb68484025a96972460238bdef8 100644 (file)
@@ -15,6 +15,7 @@
 #include <common/compat/errno.h>
 #include <bin/lttng-sessiond/trace-kernel.h>
 #include <common/defaults.h>
+#include <lttng/ust-sigbus.h>
 
 #include <tap/tap.h>
 
@@ -23,6 +24,8 @@
 /* Number of TAP tests in this file */
 #define NUM_TESTS 11
 
+DEFINE_LTTNG_UST_SIGBUS_STATE();
+
 static const char alphanum[] =
        "0123456789"
        "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
This page took 0.022778 seconds and 4 git commands to generate.