From 5f79ec0ec0b429892d6492a18238924fc4875431 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 4 Apr 1996 12:35:00 -0500 Subject: [PATCH] Include thr.h, not thread.h. From-SVN: r11665 --- gcc/objc/objc-api.h | 2 +- gcc/objc/runtime.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/objc/objc-api.h b/gcc/objc/objc-api.h index 851cf2b..6892106 100644 --- a/gcc/objc/objc-api.h +++ b/gcc/objc/objc-api.h @@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */ #include "objc/objc.h" #include "objc/hash.h" -#include "objc/thread.h" +#include "objc/thr.h" #include /* For functions which return Method_t */ diff --git a/gcc/objc/runtime.h b/gcc/objc/runtime.h index 23c292f..f298ef4 100644 --- a/gcc/objc/runtime.h +++ b/gcc/objc/runtime.h @@ -37,10 +37,10 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "objc/objc.h" /* core data types */ #include "objc/objc-api.h" /* runtime api functions */ -#include "objc/thread.h" /* thread and mutex support */ +#include "objc/thr.h" /* thread and mutex support */ #include "objc/hash.h" /* hash structures */ -#include "objc/objc-list.h" /* linear lists */ +#include "objc/objc-list.h" /* linear lists */ extern void __objc_add_class_to_hash(Class); /* (objc-class.c) */ extern void __objc_init_selector_tables(); /* (objc-sel.c) */ -- 2.7.4