1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

24110: change ncurses includes again

This commit is contained in:
Peter Stephenson 2007-11-21 09:53:48 +00:00
parent 249b8a2190
commit 846a8b9075
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2007-11-21 Peter Stephenson <pws@csr.com>
* 24110: Src/Modules/curses.c: change those includes yet again.
2007-11-20 Peter Stephenson <pws@csr.com>
* 24108 plus yet another tweak: configure.ac: the test

View file

@ -49,11 +49,11 @@
# ifdef HAVE_NCURSESW_NCURSES_H
# include <ncursesw/ncurses.h>
# else
# ifdef HAVE_NCURSES_H
# include <ncurses.h>
# ifdef HAVE_NCURSES_NCURSES_H
# include <ncurses/ncurses.h>
# else
# ifdef HAVE_NCURSES_NCURSES_H
# include <ncurses/ncurses.h>
# ifdef HAVE_NCURSES_H
# include <ncurses.h>
# else
# ifdef HAVE_CURSES_H
# include <curses.h>