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.
This commit is contained in:
Andrew Cagney 2003-06-11 13:50:11 +00:00
parent de6e5e1a72
commit cd90e54f8f
3 changed files with 10 additions and 2 deletions

View file

@ -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>