aboutsummaryrefslogtreecommitdiff
path: root/gdb/hpux-thread.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-02-07 05:33:45 +0000
committerAndrew Cagney <cagney@redhat.com>2003-02-07 05:33:45 +0000
commitb8a92b826d922749ff9648acb5812bcd415c7eb5 (patch)
treee2979ce242a5f710c0235e3dc2562ddfbd1f262d /gdb/hpux-thread.c
parent2555fe1a4feb03dd0d7c32a51eb049b6fc265aec (diff)
downloadgdb-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/hpux-thread.c')
-rw-r--r--gdb/hpux-thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hpux-thread.c b/gdb/hpux-thread.c
index 29dce0b..b585ca5 100644
--- a/gdb/hpux-thread.c
+++ b/gdb/hpux-thread.c
@@ -41,7 +41,7 @@
#include "inferior.h"
#include "regcache.h"
#include <fcntl.h>
-#include <sys/stat.h>
+#include "gdb_stat.h"
#include "gdbcore.h"
extern int child_suppress_run;