diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-07-10 22:38:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-07-10 22:38:38 +0000 |
commit | 899ff3a211b8df5737b55890c0956daaeb407dde (patch) | |
tree | 27c308d3a2ae23ab542e5e5ffe3293158f4fb06d /gdb/remote-bug.c | |
parent | 07e97ae2e3f6b9b2fb98368af7b659024cba9733 (diff) | |
download | gdb-899ff3a211b8df5737b55890c0956daaeb407dde.zip gdb-899ff3a211b8df5737b55890c0956daaeb407dde.tar.gz gdb-899ff3a211b8df5737b55890c0956daaeb407dde.tar.bz2 |
m88k builds. Tweek remote-bug.c to include "serial.h".
Diffstat (limited to 'gdb/remote-bug.c')
-rw-r--r-- | gdb/remote-bug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-bug.c b/gdb/remote-bug.c index 3537957..ff757a5 100644 --- a/gdb/remote-bug.c +++ b/gdb/remote-bug.c @@ -35,6 +35,7 @@ #include "gdbcore.h" #include "gdbcmd.h" +#include "serial.h" #include "remote-utils.h" /* External data declarations */ |