Copyright ownership transfer
[lttng-tools.git] / tests / unit / test_kernel_data.c
index 58e7014422fb6bb68484025a96972460238bdef8..5847729bde2ef08cbb1b6d04775389c7878de010 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
@@ -15,7 +15,6 @@
 #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>
 
 /* 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"
This page took 0.024381 seconds and 4 git commands to generate.