summaryrefslogtreecommitdiffstats
path: root/gdb/remote-st.c
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-07-05 17:58:44 +0000
committerJason Molenda <jmolenda@apple.com>1999-07-05 17:58:44 +0000
commit43ff13b4182f3853e19e9100c84313a6e9302b70 (patch)
treea546b011131cdb9e4d6200dd1f2b9432ffa01539 /gdb/remote-st.c
parentf11523b01363bac4f0b7384c30fee355e9943b99 (diff)
downloadppe42-binutils-43ff13b4182f3853e19e9100c84313a6e9302b70.tar.gz
ppe42-binutils-43ff13b4182f3853e19e9100c84313a6e9302b70.zip
import gdb-1999-07-05 snapshot
Diffstat (limited to 'gdb/remote-st.c')
-rw-r--r--gdb/remote-st.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/gdb/remote-st.c b/gdb/remote-st.c
index 1efdbfac02..108fa9618c 100644
--- a/gdb/remote-st.c
+++ b/gdb/remote-st.c
@@ -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 */
OpenPOWER on IntegriCloud