diff mbox

[PULL,14/18] trace: [tcg] Include event definitions in "trace.h"

Message ID 1407850675-11890-15-git-send-email-stefanha@redhat.com
State New
Headers show

Commit Message

Stefan Hajnoczi Aug. 12, 2014, 1:37 p.m. UTC
From: Lluís Vilanova <vilanova@ac.upc.edu>

Otherwise the user has to explicitly include an auto-generated header.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 include/trace.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/include/trace.h b/include/trace.h
index c15f498..44a1f1f 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 */