perf tools: Add missing data.h into LIB_H headers
authorJiri Olsa <[email protected]>
Sat, 26 Oct 2013 18:53:14 +0000 (20:53 +0200)
committerArnaldo Carvalho de Melo <[email protected]>
Mon, 4 Nov 2013 13:48:04 +0000 (10:48 -0300)
Adding missing data.h into LIB_H headers so the build could keep up with
its changes.

Reported-by: Adrian Hunter <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/Makefile.perf

index 8a9ca38360437de5bee17553b434d165d23e0668..bc7cfa18a1e3f85312038561cee53d8ede52cb7d 100644 (file)
@@ -295,6 +295,7 @@ LIB_H += ui/helpline.h
 LIB_H += ui/progress.h
 LIB_H += ui/util.h
 LIB_H += ui/ui.h
+LIB_H += util/data.h
 
 LIB_OBJS += $(OUTPUT)util/abspath.o
 LIB_OBJS += $(OUTPUT)util/alias.o