diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-11 13:50:11 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-11 13:50:11 +0000 |
commit | cd90e54f8f85c02cf181ed16bfe758d92abaf3de (patch) | |
tree | 866a0826ce45b2d8f46fde8d8d26468785779863 /gdb/remote-fileio.c | |
parent | de6e5e1a72f20e126467197b66c574c6668c2a9c (diff) | |
download | gdb-cd90e54f8f85c02cf181ed16bfe758d92abaf3de.zip gdb-cd90e54f8f85c02cf181ed16bfe758d92abaf3de.tar.gz gdb-cd90e54f8f85c02cf181ed16bfe758d92abaf3de.tar.bz2 |
2003-06-11 Andrew Cagney <cagney@redhat.com>
* remote-fileio.c: Include "remote-fileio.h".
* Makefile.in (remote-fileio.o): Update dependencies.
(remote_fileio_h): Fix typo.
Diffstat (limited to 'gdb/remote-fileio.c')
-rw-r--r-- | gdb/remote-fileio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-fileio.c b/gdb/remote-fileio.c index 348d637..fd57617 100644 --- a/gdb/remote-fileio.c +++ b/gdb/remote-fileio.c @@ -28,6 +28,7 @@ #include "gdb/fileio.h" #include "gdb_wait.h" #include "gdb_stat.h" +#include "remote-fileio.h" #include <fcntl.h> #include <sys/time.h> |