diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-07-31 01:07:30 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-07-31 01:07:30 +0000 |
commit | cb74cc240dfca14768005cd4ba34dc06283c2a7c (patch) | |
tree | def5afe052110fd91fab4886cc3828d77171229c /gdb/remote-es.c | |
parent | 2019ff6ad5100fc90527810aa801efcbe19f7c40 (diff) | |
download | gdb-cb74cc240dfca14768005cd4ba34dc06283c2a7c.zip gdb-cb74cc240dfca14768005cd4ba34dc06283c2a7c.tar.gz gdb-cb74cc240dfca14768005cd4ba34dc06283c2a7c.tar.bz2 |
* stabsread.c (get_substring): Declare second arg as int.
* remote-es.c: Include gdb_string.h after defs.h.
Diffstat (limited to 'gdb/remote-es.c')
-rw-r--r-- | gdb/remote-es.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-es.c b/gdb/remote-es.c index b4e60ef..7aa4e9c 100644 --- a/gdb/remote-es.c +++ b/gdb/remote-es.c @@ -96,10 +96,10 @@ STP #include <sys/file.h> #include <errno.h> #include <ctype.h> -#include "gdb_string.h" #include <setjmp.h> #include <fcntl.h> #include "defs.h" +#include "gdb_string.h" #include "frame.h" #include "inferior.h" #include "target.h" |