build: Add missing DEFINE_LTTNG_UST_SIGBUS_STATE();
[lttng-tools.git] / tests / regression / tools / live / live_test.c
index 4c56deece91321b8d07db210665481acbb46269b..a9adc5946d967b9c606469b661912fd314917b41 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <tap/tap.h>
 #include <lttng/lttng.h>
+#include <lttng/ust-sigbus.h>
 
 #include <urcu/list.h>
 #include <common/common.h>
@@ -41,6 +42,8 @@
 #define NUM_TESTS 11
 #define mmap_size 524288
 
+DEFINE_LTTNG_UST_SIGBUS_STATE();
+
 static int control_sock;
 struct live_session *session;
 
This page took 0.022917 seconds and 4 git commands to generate.