Fix build error in gdb/rocm-tdep.c
[deliverable/binutils-gdb.git] / gdb / gdb_select.h
index c8ad98841252c320642023ce4a3611404e8a9d3b..69021ac28eae234dcf530018f4f6f8a835b76f3c 100644 (file)
@@ -1,6 +1,6 @@
 /* Slightly more portable version of <sys/select.h>.
 
-   Copyright (C) 2006-2018 Free Software Foundation, Inc.
+   Copyright (C) 2006-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -23,7 +23,7 @@
 #ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #else
-#include "gdb_sys_time.h"
+#include "gdbsupport/gdb_sys_time.h"
 #endif
 
 #ifdef USE_WIN32API
This page took 0.023281 seconds and 4 git commands to generate.