aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stfl/ncurses.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/stfl/ncurses.patch')
-rw-r--r--testing/stfl/ncurses.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/stfl/ncurses.patch b/testing/stfl/ncurses.patch
new file mode 100644
index 0000000000..c74252a144
--- /dev/null
+++ b/testing/stfl/ncurses.patch
@@ -0,0 +1,13 @@
+diff --git a/stfl_internals.h b/stfl_internals.h
+index 3f9f45b..1559626 100644
+--- a/stfl_internals.h
++++ b/stfl_internals.h
+@@ -28,7 +28,7 @@ extern "C" {
+ #endif
+
+ #include "stfl.h"
+-#include <ncursesw/ncurses.h>
++#include <ncurses.h>
+ #include <pthread.h>
+
+ struct stfl_widget_type;