X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Fser-event.c;h=aaec65fcacfecbe01b65f9642ac6ba8d0822860a;hb=cb1a6dda0d7b14034f647fbc48a7d6a2d212db7f;hp=1280c6e304531cc38630ed8cb179c1699528163e;hpb=798a7429f980a00844c22dfdda9475c451c635d4;p=binutils-gdb.git diff --git a/gdb/ser-event.c b/gdb/ser-event.c index 1280c6e3045..aaec65fcacf 100644 --- a/gdb/ser-event.c +++ b/gdb/ser-event.c @@ -1,5 +1,5 @@ /* Serial interface for a selectable event. - Copyright (C) 2016-2017 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of GDB. @@ -19,7 +19,7 @@ #include "defs.h" #include "ser-event.h" #include "serial.h" -#include "common/filestuff.h" +#include "gdbsupport/filestuff.h" /* On POSIX hosts, a serial_event is basically an abstraction for the classical self-pipe trick.