* 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.
This commit is contained in:
Stu Grossman
1996-05-09 21:24:20 +00:00
parent 7574859fba
commit fdfa331511
13 changed files with 27 additions and 20 deletions

View File

@@ -36,7 +36,7 @@
#include "symfile.h"
#include "objfiles.h"
#include "gdb_string.h"
#include "thread.h"
#include "gdbthread.h"
#include "gdbcmd.h"
#include <sys/param.h>