X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fnc_panel.h;h=687c5713f26cc6bd15d06ca7995284ac1eb1d07c;hp=6a9ffea396878f6e2ad38821c86db996fabd28c2;hb=989279b4d718c26ccc7bad2dfba099e4788f5da3;hpb=5b7f4de105080e2a715b0564ede4bb7eb6767659 diff --git a/include/nc_panel.h b/include/nc_panel.h index 6a9ffea3..687c5713 100644 --- a/include/nc_panel.h +++ b/include/nc_panel.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. * + * Copyright (c) 1998-2009,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -32,7 +32,7 @@ ****************************************************************************/ /* - * $Id: nc_panel.h,v 1.7 2009/07/04 18:20:02 tom Exp $ + * $Id: nc_panel.h,v 1.9 2017/07/22 17:06:03 tom Exp $ * * nc_panel.h * @@ -43,6 +43,9 @@ #ifndef NC_PANEL_H #define NC_PANEL_H 1 +#include +#include + #ifdef __cplusplus extern "C" {