[lldb] Fix LLDB compilation with ncurses 6.2 due to wattr_set/get being a macro
My ncurses 6.2 arch defines those two functions as macros, so the scope operator doesn't work here.
Loading
Please sign in to comment
My ncurses 6.2 arch defines those two functions as macros, so the scope operator doesn't work here.