hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/tools/perf/ui/libslang.h
....@@ -10,7 +10,12 @@
1010 #ifndef HAVE_LONG_LONG
1111 #define HAVE_LONG_LONG __GLIBC_HAVE_LONG_LONG
1212 #endif
13
+
14
+#ifdef HAVE_SLANG_INCLUDE_SUBDIR
15
+#include <slang/slang.h>
16
+#else
1317 #include <slang.h>
18
+#endif
1419
1520 #if SLANG_VERSION < 20104
1621 #define slsmg_printf(msg, args...) \