Introduce max_height method
[deliverable/binutils-gdb.git] / gdb / tui / tui-wingeneral.h
index 5b4283ecc35e17c7485c31fb55e8118d42494a16..73b10d2131196709ad2925563dcaffebf02b275e 100644 (file)
@@ -1,7 +1,6 @@
 /* General window behavior.
 
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007, 2008, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2019 Free Software Foundation, Inc.
 
    Contributed by Hewlett-Packard Company.
 
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifndef TUI_WINGENERAL_H
-#define TUI_WINGENERAL_H
+#ifndef TUI_TUI_WINGENERAL_H
+#define TUI_TUI_WINGENERAL_H
+
+#include "gdb_curses.h"
 
 struct tui_win_info;
 struct tui_gen_win_info;
@@ -40,4 +41,4 @@ extern void tui_refresh_all (struct tui_win_info **);
 extern void tui_delete_win (WINDOW *window);
 extern void tui_refresh_win (struct tui_gen_win_info *);
 
-#endif
+#endif /* TUI_TUI_WINGENERAL_H */
This page took 0.023216 seconds and 4 git commands to generate.