# HG changeset patch # User Mark Doliner # Date 1157318534 0 # Node ID 0ed8b285a44b78ec9bf25ce55242282a6649fcc8 # Parent 2e1ad5ecb6e46a28e04edd291acd0acb2ba8515a [gaim-migrate @ 17145] This fixes compiling for me. The problem is that panel.h includes /usr/include/ncurses/curses.h, which then prevents us from correctly including /usr/include/ncursesw/ncurses.h. So I just moved the include for panel.h below the other include committer: Tailor Script diff -r 2e1ad5ecb6e4 -r 0ed8b285a44b console/libgnt/gntmain.c --- a/console/libgnt/gntmain.c Sun Sep 03 19:06:50 2006 +0000 +++ b/console/libgnt/gntmain.c Sun Sep 03 21:22:14 2006 +0000 @@ -3,8 +3,6 @@ #include "config.h" -#include - #include #include "gnt.h" @@ -15,6 +13,8 @@ #include "gnttree.h" #include "gntwm.h" +#include + #include #include #include