Fix PR threads/19422 - show which thread caused stop
[deliverable/binutils-gdb.git] / gdb / gdb_select.h
index e8a7d98c9aa1845aeb31dc541715b3ef24f2acf0..e00a332e7694e0ce9b90681ec11cc4ea66f7ec6a 100644 (file)
@@ -1,6 +1,6 @@
 /* Slightly more portable version of <sys/select.h>.
 
-   Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2006-2016 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.029802 seconds and 4 git commands to generate.