make compatible with new version of libkcompat
[ust.git] / libust / marker.c
index ade2d9c1f1edcd3f5a754196f8f1f34a902d677d..0a318ac038f9d3b07c977ce067875bc3bcbe85dc 100644 (file)
 //ust// #include <linux/user_marker.h>
 //ust// #include <linux/ltt-tracer.h>
 
-#include "marker.h"
+#define _LGPL_SOURCE
+#include <urcu.h>
+
 #include "kernelcompat.h"
+
+#include "marker.h"
 #include "usterr.h"
 #include "channels.h"
 #include "tracercore.h"
 #include "tracer.h"
-#include "urcu.h"
 
 extern struct marker __start___markers[] __attribute__((visibility("hidden")));
 extern struct marker __stop___markers[] __attribute__((visibility("hidden")));
This page took 0.022856 seconds and 4 git commands to generate.