[gaim-migrate @ 17723]v2.0.0beta5
commitc28c90875d0ab51382f1968cb2d8716ead5928b5
authorMark Doliner <markdoliner@pidgin.im>
Fri, 10 Nov 2006 07:01:13 +0000 (10 07:01 +0000)
committerMark Doliner <markdoliner@pidgin.im>
Fri, 10 Nov 2006 07:01:13 +0000 (10 07:01 +0000)
tree10d0bee9e131aeb17d804692b012a13c250ee6fc
parentbeb4afb7021e1b200d04332bade1d8487146e20f
[gaim-migrate @ 17723]
This fixes by console Gaim compile errors:

gntwm.c: In function 'reverse_char':
gntwm.c:574: error: implicit declaration of function 'mvwin_wch'
gntwm.c:578: error: implicit declaration of function 'mvwadd_wch'

What was happening was, gntwm.h #includes <panel.h> before
<ncurses.h> gets #included.  And on my system
/usr/ncursesw/panel.h #includes <ncurses/curses.h>, which
doesn't have mvwin_wch or wvmadd_wch.

So basically ncurses.h needs to be the first ncurses include.
Otherwise we might get the wrong ncurses.h

--HG--
extra : convert_revision : c8778a86ca5bd877432d38878e856b638177aa50
console/libgnt/gntwm.h