From: Tom Tromey Date: Mon, 13 Apr 2020 18:42:59 +0000 (-0600) Subject: Include in event-loop.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98029d02d7238c75df42030b819e7961c8aacb18;p=binutils-gdb.git Include in event-loop.c Include in event-loop.c, because it is used there. Currently it is included indirectly, but after the subsequent patches this will no longer be the case. gdb/ChangeLog 2020-04-13 Tom Tromey * event-loop.c: Include . --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d8be389e01a..508a5517f95 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-04-13 Tom Tromey + + * event-loop.c: Include . + 2020-04-13 Tom Tromey * gdb_select.h: Move to ../gdbsupport/. diff --git a/gdb/event-loop.c b/gdb/event-loop.c index ae9d27eedd7..880fc30d9d6 100644 --- a/gdb/event-loop.c +++ b/gdb/event-loop.c @@ -22,6 +22,8 @@ #include "event-top.h" #include "ser-event.h" +#include + #ifdef HAVE_POLL #if defined (HAVE_POLL_H) #include