mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
584 B

  1. wchar.h must be included directly (and not via _G_config.h, which happens eg.
  2. when including stdio.h before wchar.h). strange - can't reproduce it in the
  3. chroot filesystem. ~~ Clifford
  4. --- ./ncurses/curses.priv.h 2007-11-19 20:35:11.000000000 +0000
  5. +++ ./ncurses/curses.priv.h 2007-11-19 20:39:07.000000000 +0000
  6. @@ -32,6 +32,8 @@
  7. * and: Thomas E. Dickey 1996-on *
  8. ****************************************************************************/
  9. +#include <wchar.h>
  10. +
  11. /*
  12. * $Id: curses.priv.h,v 1.314 2006/12/10 00:55:14 tom Exp $