#include <panel.h> int move_panel(PANEL *panel, int starty, int startx);
int move_panel(PANEL *panel, int starty, int startx);
The header file panel.h automatically includes the header file curses.h.