summaryrefslogtreecommitdiff
path: root/gdb/remote-fileio.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-11 13:50:11 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-11 13:50:11 +0000
commit0c9cf712b79bc0762c998c5dae332fa8b0551906 (patch)
treeedea62a85d7a2ab24c5bd834f08780b76bf1ed7b /gdb/remote-fileio.c
parent4a0081133c749522896db87c0d292e513b4d1a0c (diff)
downloadgdb-0c9cf712b79bc0762c998c5dae332fa8b0551906.tar.gz
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-fileio.c b/gdb/remote-fileio.c
index 348d637647f..fd57617acd5 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>