forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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...) \