perf tools: Move 'struct perf_sample' to a separate header file to disentangle headers
[linux-2.6-microblaze.git] / tools / perf / util / data-convert-bt.c
index 9e0aee2..c65cdaf 100644 (file)
@@ -34,6 +34,7 @@
 #include <linux/time64.h>
 #include "util.h"
 #include "clockid.h"
+#include "util/sample.h"
 
 #define pr_N(n, fmt, ...) \
        eprintf(n, debug_data_convert, fmt, ##__VA_ARGS__)