From 011825f07deeb357176f2b9efc6f8da330b89f89 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Mon, 25 Apr 2005 21:45:56 +0000 Subject: * event-loop.c (gdb_assert.h): Include. (): Include under Windows. (): Likeiwse. (gdb_select): New function. (gdb_wait_for_event): Use it. * Makefile.in (event-loop.o): Depend on $(gdb_assert_h). --- gdb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/Makefile.in') diff --git a/gdb/Makefile.in b/gdb/Makefile.in index e60a3e5..fdbb819 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1910,7 +1910,7 @@ eval.o: eval.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \ $(f_lang_h) $(cp_abi_h) $(infcall_h) $(objc_lang_h) $(block_h) \ $(parser_defs_h) $(cp_support_h) event-loop.o: event-loop.c $(defs_h) $(event_loop_h) $(event_top_h) \ - $(gdb_string_h) $(exceptions_h) + $(gdb_string_h) $(exceptions_h) $(gdb_assert_h) event-top.o: event-top.c $(defs_h) $(top_h) $(inferior_h) $(target_h) \ $(terminal_h) $(event_loop_h) $(event_top_h) $(interps_h) \ $(exceptions_h) $(gdbcmd_h) $(readline_h) $(readline_history_h) -- cgit v1.1