ncurses: fix build with musl libc toolchains
authorFlorian Fainelli <florian@openwrt.org>
Tue, 26 Feb 2013 16:40:07 +0000 (16:40 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 26 Feb 2013 16:40:07 +0000 (16:40 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35811

package/libs/ncurses/patches/200-fix_missing_include.patch

index ad563930d2d63b889a1c0b87f40a0e3078fdc0ab..c5d48d4ddc2c8d8ed475080964ac92fd10302daf 100644 (file)
@@ -1,10 +1,11 @@
 --- a/ncurses/curses.priv.h
 +++ b/ncurses/curses.priv.h
-@@ -54,6 +54,10 @@ extern "C" {
+@@ -54,6 +54,11 @@ extern "C" {
  
  #include <ncurses_cfg.h>
  
 +#if NEED_WCHAR_H
++#include <stdarg.h>
 +#include <wchar.h>
 +#endif
 +