Privatize headers
[ust.git] / libust / type-serializer.c
index 261c09c37fc531657c37d2c9fd2c6ab22ca62989..070542c65e2a938a158e00e88aad320f867a55b2 100644 (file)
 
 /* This file contains functions for tracepoint custom probes support. */
 
+#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <urcu/rculist.h>
-#include <ust/type-serializer.h>
 #include <ust/core.h>
 #include <ust/clock.h>
+#include <urcu-bp.h>
 #include "tracer.h"
+#include "type-serializer.h"
 
 notrace
 void _ltt_specialized_trace(const struct ust_marker *mdata, void *probe_data,
This page took 0.022777 seconds and 4 git commands to generate.