Hi.
I was trying to compile vbindiff in OpenSUSE but It was failing all the time since #include <panel.h> was not founded.
I solve it by just modifing the AM_CPPFLAGS by adding: -I/usr/include/ncurses:
AM_CPPFLAGS = -I$(srcdir)/curses -I/usr/include/ncurses
on Makefile.
Cheers :)