ld/plugins: avoid shadowing a C library symbol
[deliverable/binutils-gdb.git] / gdb / ser-base.c
index 3305f7be90e7c81e08cc9e24ce9cfed4ae9835ec..683d3f4252870a02ccf18dcb285300c12eb7228d 100644 (file)
@@ -1,6 +1,6 @@
 /* Generic serial interface functions.
 
-   Copyright (C) 1992-2018 Free Software Foundation, Inc.
+   Copyright (C) 1992-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -23,7 +23,7 @@
 #include "event-loop.h"
 
 #include "gdb_select.h"
-#include "gdb_sys_time.h"
+#include "common/gdb_sys_time.h"
 #ifdef USE_WIN32API
 #include <winsock2.h>
 #endif
This page took 0.025514 seconds and 4 git commands to generate.