X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fposix-hdep.c;h=dfb230bc7496c5dcc660054cfb6650df4b0a04bd;hb=6a17d503c45b69dbf92c4c2a1aa2148db458c6b1;hp=d0f467e1fcc1bf21c3a244d63ea0c7af0724be92;hpb=e4adb93903d4ae0b7ab2b5004364e50627df95f7;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/posix-hdep.c b/gdb/posix-hdep.c index d0f467e1fc..dfb230bc74 100644 --- a/gdb/posix-hdep.c +++ b/gdb/posix-hdep.c @@ -1,6 +1,6 @@ /* Host support routines for MinGW, for GDB, the GNU debugger. - Copyright (C) 2006-2019 Free Software Foundation, Inc. + Copyright (C) 2006-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -18,9 +18,9 @@ along with this program. If not, see . */ #include "defs.h" -#include "event-loop.h" +#include "gdbsupport/event-loop.h" -#include "gdb_select.h" +#include "gdbsupport/gdb_select.h" /* Wrapper for select. Nothing special needed on POSIX platforms. */