diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-02-07 05:33:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-02-07 05:33:45 +0000 |
commit | b8a92b826d922749ff9648acb5812bcd415c7eb5 (patch) | |
tree | e2979ce242a5f710c0235e3dc2562ddfbd1f262d /gdb/sol-thread.c | |
parent | 2555fe1a4feb03dd0d7c32a51eb049b6fc265aec (diff) | |
download | gdb-b8a92b826d922749ff9648acb5812bcd415c7eb5.zip gdb-b8a92b826d922749ff9648acb5812bcd415c7eb5.tar.gz gdb-b8a92b826d922749ff9648acb5812bcd415c7eb5.tar.bz2 |
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.
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 13b9580..dbff6e2 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -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" |