libstfl/stfl-ncurses.patch

12 lines
269 B
Diff

--- stfl_internals.h.orig 2008-08-21 00:26:20.000000000 +0200
+++ stfl_internals.h 2008-08-21 00:26:38.000000000 +0200
@@ -28,7 +28,7 @@
#endif
#include "stfl.h"
-#include <ncursesw/ncurses.h>
+#include <ncurses.h>
#include <pthread.h>
struct stfl_widget_type;