Build fix: build without lttng-ust
[lttng-tools.git] / tests / unit / test_kernel_data.c
index 34d12be2466d1ade2506c45e33d7f42eed56937a..21ec911f20c810d619fe261a58946b614fe28917 100644 (file)
 /* Number of TAP tests in this file */
 #define NUM_TESTS 11
 
+#ifdef HAVE_LIBLTTNG_UST_CTL
+#include <lttng/ust-sigbus.h>
+DEFINE_LTTNG_UST_SIGBUS_STATE();
+#endif
+
 static const char alphanum[] =
        "0123456789"
        "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
This page took 0.023052 seconds and 4 git commands to generate.