Fix detach with target remote (PR gdb/28080)
[deliverable/binutils-gdb.git] / gdb / ser-event.c
index d3956346246db5cdf6667992050839584aac979a..97e4030adc30a61e7b20ed9b89f92af64202eadb 100644 (file)
@@ -1,5 +1,5 @@
 /* Serial interface for a selectable event.
-   Copyright (C) 2016-2019 Free Software Foundation, Inc.
+   Copyright (C) 2016-2021 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.
This page took 0.023383 seconds and 4 git commands to generate.