lib: compile liblttng-ctl as C++
[lttng-tools.git] / tests / regression / ust / ust-dl / libbar.h
index a7f77458fff1febee2aa637a44e673722c4a9d23..1f1a0bbfd3ef0ffb17ff98791529223c4f298f70 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef _LIBBAR_H
 #define _LIBBAR_H
 
-int bar(void);
+#include <lttng/lttng-export.h>
+
+LTTNG_EXPORT int bar(void);
 
 #endif  /* _LIBBAR_H */
This page took 0.023754 seconds and 4 git commands to generate.