2003-02-07 Andrew Cagney <ac131313@redhat.com>

* sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
	<sys/stat.h>.
	* Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
This commit is contained in:
Andrew Cagney 2003-02-07 05:33:45 +00:00
parent 2555fe1a4f
commit b8a92b826d
4 changed files with 11 additions and 5 deletions

View file

@ -55,7 +55,7 @@
#include "target.h"
#include "inferior.h"
#include <fcntl.h>
#include <sys/stat.h>
#include "gdb_stat.h"
#include <dlfcn.h>
#include "gdbcmd.h"
#include "gdbcore.h"