aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/ncurses/patches/200-fix_missing_include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/libs/ncurses/patches/200-fix_missing_include.patch')
-rw-r--r--package/libs/ncurses/patches/200-fix_missing_include.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/libs/ncurses/patches/200-fix_missing_include.patch b/package/libs/ncurses/patches/200-fix_missing_include.patch
deleted file mode 100644
index 4616c4fb70..0000000000
--- a/package/libs/ncurses/patches/200-fix_missing_include.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/ncurses/curses.priv.h
-+++ b/ncurses/curses.priv.h
-@@ -55,6 +55,11 @@ extern "C" {
-
- #include <ncurses_cfg.h>
-
-+#if NEED_WCHAR_H
-+#include <stdarg.h>
-+#include <wchar.h>
-+#endif
-+
- #if USE_RCS_IDS
- #define MODULE_ID(id) static const char Ident[] = id;
- #else