aboutsummaryrefslogtreecommitdiff
path: root/gdb/mac-nat.c
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-05-09 21:24:20 +0000
committerStu Grossman <grossman@cygnus>1996-05-09 21:24:20 +0000
commitfdfa331511ca311293735930c7476593a91ca20a (patch)
treeafd481f0bfa07178673ab420e0910852c1637a92 /gdb/mac-nat.c
parent7574859fbaf7386f6bfcd99538774451eab3ec7a (diff)
downloadfsf-binutils-gdb-fdfa331511ca311293735930c7476593a91ca20a.zip
fsf-binutils-gdb-fdfa331511ca311293735930c7476593a91ca20a.tar.gz
fsf-binutils-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/mac-nat.c')
-rw-r--r--gdb/mac-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mac-nat.c b/gdb/mac-nat.c
index bdf6c6d..f827fca 100644
--- a/gdb/mac-nat.c
+++ b/gdb/mac-nat.c
@@ -33,7 +33,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <fcntl.h>
#include "buildsym.h"
#include "gdb_string.h"
-#include "thread.h"
+#include "gdbthread.h"
#include "gdbcmd.h"
#include <Processes.h>