Rename C++ header files to .hpp
[lttng-tools.git] / tests / regression / ust / clock-override / lttng-ust-clock-override-test.c
index b2c20bee3819cddde3ec29af1f82997b34efd4a4..a38cd515e217cfaee7cc55845f285790dd8067f2 100644 (file)
  */
 
 #include <stdlib.h>
-#include <common/compat/time.h>
+#include <common/compat/time.hpp>
 #include <string.h>
 #include <stdio.h>
+#include <lttng/lttng-export.h>
 #include <lttng/ust-clock.h>
 
 static
@@ -49,6 +50,7 @@ const char *plugin_description(void)
        return "Freeze time with 1KHz for regression test";
 }
 
+LTTNG_EXPORT void lttng_ust_clock_plugin_init(void);
 void lttng_ust_clock_plugin_init(void)
 {
        int ret;
This page took 0.023733 seconds and 4 git commands to generate.