perf tools: Remove dependency on libnewt
[platform/adaptation/renesas_rcar/renesas_kernel.git] / tools / perf / util / hist.h
index fd63134..14c2fe2 100644 (file)
@@ -192,7 +192,7 @@ struct hist_browser_timer {
        int refresh;
 };
 
-#ifdef NEWT_SUPPORT
+#ifdef SLANG_SUPPORT
 #include "../ui/keysyms.h"
 int hist_entry__tui_annotate(struct hist_entry *he, struct perf_evsel *evsel,
                             struct hist_browser_timer *hbt);