2011-07-22 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / gdb / gdb_select.h
index 2b3e448dbc6d5976ae128c67f63dd71a35d046a9..03df6b4c44226ff3305b68b66136278ce91c79c1 100644 (file)
@@ -1,6 +1,7 @@
 /* Slightly more portable version of <sys/select.h>.
 
-   Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -22,6 +23,8 @@
 
 #ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
+#else
+#include <sys/time.h>
 #endif
 
 #ifdef USE_WIN32API
This page took 0.023417 seconds and 4 git commands to generate.