diff options
author | Stu Grossman <grossman@cygnus> | 1996-05-09 21:24:20 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-05-09 21:24:20 +0000 |
commit | fdfa331511ca311293735930c7476593a91ca20a (patch) | |
tree | afd481f0bfa07178673ab420e0910852c1637a92 /gdb/procfs.c | |
parent | 7574859fbaf7386f6bfcd99538774451eab3ec7a (diff) | |
download | gdb-fdfa331511ca311293735930c7476593a91ca20a.zip gdb-fdfa331511ca311293735930c7476593a91ca20a.tar.gz gdb-fdfa331511ca311293735930c7476593a91ca20a.tar.bz2 |
* Makefile.in, breakpoint.c, corelow.c, fork-child.c, inflow.c,
infrun.c, mac-nat.c, procfs.c, remote.c, sol-thread.c, thread.c,
win32-nat.c, config/nm-lynx.h: Rename thread.h to gdbthread.h to
avoid conflict with Solaris /usr/include/thread.h.
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 020f6b7..7d049ff 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -51,7 +51,7 @@ regardless of whether or not the actual target has floating point hardware. #include "target.h" #include "command.h" #include "gdbcore.h" -#include "thread.h" +#include "gdbthread.h" #define MAX_SYSCALLS 256 /* Maximum number of syscalls for table */ |