]> git.sesse.net Git - vlc/commitdiff
Missing header (was included by ncurses.h in previous releases)
authorRafaël Carré <funman@videolan.org>
Wed, 16 Apr 2008 22:25:14 +0000 (00:25 +0200)
committerRafaël Carré <funman@videolan.org>
Wed, 16 Apr 2008 22:25:14 +0000 (00:25 +0200)
modules/gui/ncurses.c

index bd5dfa94edc8e8ca867a73d7f0d2f2ec3d68f9ae..208f8400d2585c0da36168a5f5c2492ac27ec877 100644 (file)
@@ -42,6 +42,7 @@
 
 #ifdef HAVE_NCURSESW
 #   define _XOPEN_SOURCE_EXTENDED 1
+#   include <wchar.h>
 #endif
 
 #include <ncurses.h>