]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/remote-st.c
import gdb-1999-07-05 snapshot
[thirdparty/binutils-gdb.git] / gdb / remote-st.c
index 1efdbfac0276eaf641fdd2a0e43e9f05fe37bc7b..108fa9618c372d8cc706e9b211cd5ffb31c8c0c2 100644 (file)
@@ -1,5 +1,5 @@
 /* Remote debugging interface for Tandem ST2000 phone switch, for GDB.
-   Copyright 1990, 1991, 1992 Free Software Foundation, Inc.
+   Copyright 1990, 1991, 1992, 1999 Free Software Foundation, Inc.
    Contributed by Cygnus Support.  Written by Jim Kingdon for Cygnus.
 
 This file is part of GDB.
@@ -38,14 +38,19 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "gdbcore.h"
 #include "target.h"
 #include "wait.h"
+
 #ifdef ANSI_PROTOTYPES
 #include <stdarg.h>
 #else
 #include <varargs.h>
 #endif
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
 #include <signal.h>
-#include "gdb_string.h"
 #include <sys/types.h>
+
+#include "gdb_string.h"
 #include "serial.h"
 
 extern struct target_ops st2000_ops;           /* Forward declaration */