gdb/linux-record: Fix newfstatat handling
[deliverable/binutils-gdb.git] / gdb / gdb_select.h
index 959fe5f3c9fb5c2d75e571eab11e75cee5fd797d..9748a13974f641f3b5fb9073aba7a2b40f181c05 100644 (file)
@@ -1,6 +1,6 @@
 /* Slightly more portable version of <sys/select.h>.
 
-   Copyright (C) 2006-2014 Free Software Foundation, Inc.
+   Copyright (C) 2006-2015 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 <sys/time.h>
+#include "gdb_sys_time.h"
 #endif
 
 #ifdef USE_WIN32API
This page took 0.023314 seconds and 4 git commands to generate.