Use system include path in wrappers
[lttng-modules.git] / wrapper / trace-clock.c
index 1b7a21767289d4f122a6e393bb37a7430c57026b..23869ca831a79069d0f6336c5df1b2d834449919 100644 (file)
@@ -21,7 +21,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "trace-clock.h"
+#include <wrapper/trace-clock.h>
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0))
 DEFINE_PER_CPU(local_t, lttng_last_tsc);
This page took 0.036399 seconds and 4 git commands to generate.