diff console/libgnt/gntcolors.c @ 14325:985e5e3f6f2c

[gaim-migrate @ 17020] Some distros put the ncursesw headers in ncursesw/, some don't. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 24 Aug 2006 19:41:34 +0000
parents a8632e4bd849
children 39b0124a455d
line wrap: on
line diff
--- a/console/libgnt/gntcolors.c	Thu Aug 24 18:33:53 2006 +0000
+++ b/console/libgnt/gntcolors.c	Thu Aug 24 19:41:34 2006 +0000
@@ -1,4 +1,9 @@
+#ifdef HAVE_NCURSESW_INC
 #include <ncursesw/ncurses.h>
+#else
+#include <ncurses.h>
+#endif
+
 #include "gntcolors.h"
 #include "gntstyle.h"