[vlc-devel] commit: Missing header (was included by ncurses.h in previous releases) ( Rafaël Carré )
git version control
git at videolan.org
Thu Apr 17 00:37:03 CEST 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Apr 17 00:25:14 2008 +0200| [b2881da96925a79bfe0b5ae7027d05c4366943e3]
Missing header (was included by ncurses.h in previous releases)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b2881da96925a79bfe0b5ae7027d05c4366943e3
---
modules/gui/ncurses.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/ncurses.c b/modules/gui/ncurses.c
index bd5dfa9..208f840 100644
--- a/modules/gui/ncurses.c
+++ b/modules/gui/ncurses.c
@@ -42,6 +42,7 @@
#ifdef HAVE_NCURSESW
# define _XOPEN_SOURCE_EXTENDED 1
+# include <wchar.h>
#endif
#include <ncurses.h>
More information about the vlc-devel
mailing list