forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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...) \