$NetBSD: patch-aa,v 1.1 2014/01/10 09:50:42 wiz Exp $ Handle correctly panel on NetBSD, not sure it is correct in general --- mcabber/screen.h.orig 2012-12-02 13:27:32.000000000 +0000 +++ mcabber/screen.h @@ -7,14 +7,12 @@ #if HAVE_NCURSESW_NCURSES_H # include -# include #elif HAVE_NCURSES_NCURSES_H # include -# include #else # include -# include #endif +# include #if defined(WITH_ENCHANT) || defined(WITH_ASPELL) void spellcheck_init(void);