Introduce libcommon-lgpl for liblttng-ctl
[lttng-tools.git] / tests / unit / test_kernel_data.cpp
index 79489e3d3324651d0ac766d8ad86e611db215dcb..4451f65b7f1bd52f01e1621a9cf045983403eae1 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
  *
@@ -23,8 +23,9 @@
 #define NUM_TESTS 11
 
 #ifdef HAVE_LIBLTTNG_UST_CTL
+#include <lttng/lttng-export.h>
 #include <lttng/ust-sigbus.h>
-DEFINE_LTTNG_UST_SIGBUS_STATE();
+LTTNG_EXPORT DEFINE_LTTNG_UST_SIGBUS_STATE();
 #endif
 
 static const char alphanum[] =
This page took 0.022905 seconds and 4 git commands to generate.