Commit 5f79ec0e by Richard Kenner

Include thr.h, not thread.h.

From-SVN: r11665
parent 7fb04be1
...@@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */
#include "objc/objc.h" #include "objc/objc.h"
#include "objc/hash.h" #include "objc/hash.h"
#include "objc/thread.h" #include "objc/thr.h"
#include <stdio.h> #include <stdio.h>
/* For functions which return Method_t */ /* For functions which return Method_t */
......
...@@ -37,10 +37,10 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ...@@ -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.h" /* core data types */
#include "objc/objc-api.h" /* runtime api functions */ #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/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_add_class_to_hash(Class); /* (objc-class.c) */
extern void __objc_init_selector_tables(); /* (objc-sel.c) */ extern void __objc_init_selector_tables(); /* (objc-sel.c) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment