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/thread.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/thread.c')
-rw-r--r-- | gdb/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/thread.c b/gdb/thread.c index d3ed393..88da480 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "environ.h" #include "value.h" #include "target.h" -#include "thread.h" +#include "gdbthread.h" #include "command.h" #include "gdbcmd.h" |