From 85d8bf2f36ae28b8d4b04f473886ce7f725a8b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Vilanova?= Date: Fri, 30 May 2014 14:12:19 +0200 Subject: trace: [tcg] Include event definitions in "trace.h" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise the user has to explicitly include an auto-generated header. Signed-off-by: LluĂ­s Vilanova Signed-off-by: Stefan Hajnoczi --- include/trace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/trace.h b/include/trace.h index c15f498128..44a1f1f8c7 100644 --- a/include/trace.h +++ b/include/trace.h @@ -2,5 +2,6 @@ #define TRACE_H #include "trace/generated-tracers.h" +#include "trace/generated-events.h" #endif /* TRACE_H */ -- cgit v1.2.1