]> git.tuebingen.mpg.de Git - paraslash.git/commit
fade.c: Don't include curses.h.
authorAndre Noll <maan@systemlinux.org>
Thu, 10 Jan 2008 09:48:44 +0000 (10:48 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 10 Jan 2008 09:48:44 +0000 (10:48 +0100)
commite65a59602ff5a5ff38ce59f40aa222aa06ce3bda
tree15d9f3437865c823b3381bd3ef5db9389f44679e
parent6344e62ca5ca01bbf8d87d47e8bb99b250a76614
fade.c: Don't include curses.h.

para_fade does not depend on curses. Including curses.h leads to an
error at compile time on linux if the curses headers are not installed.

Thanks to Johannes Wörner for reporting.
fade.c