diff mbox

[10/12] trace: [trivial] Include event definitions in "trace.h"

Message ID 20140131160957.32741.55240.stgit@fimbulvetr.bsc.es
State New
Headers show

Commit Message

Lluís Vilanova Jan. 31, 2014, 4:09 p.m. UTC
Otherwise the user has to explicitly include an auto-generated header.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
---
 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 */