aports/testing/stfl/ncurses.patch
Natanael Copa 0cdce5a0b4 testing/stfl: new aport
The Structured Terminal Forms Language/Library
http://www.clifford.at/stfl/

ref #1774
2013-04-16 06:29:55 +00:00

14 lines
288 B
Diff

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;