tui-wingeneral.h uses WINDOW, which is defined by curses. So, include
gdb_curses.h from tui-wingeneral.h.
2019-01-22 Tom Tromey <tom@tromey.com>
* tui/tui-wingeneral.h: Include gdb_curses.h.
+2019-01-22 Tom Tromey <tom@tromey.com>
+
+ * tui/tui-wingeneral.h: Include gdb_curses.h.
+
2019-01-22 Tom Tromey <tom@tromey.com>
* source-cache.h (class source_cache) <get_source_lines,
#ifndef TUI_WINGENERAL_H
#define TUI_WINGENERAL_H
+#include "gdb_curses.h"
+
struct tui_win_info;
struct tui_gen_win_info;