Include thr.h, not thread.h.

From-SVN: r11665
This commit is contained in:
Richard Kenner 1996-04-04 12:35:00 -05:00
parent 7fb04be124
commit 5f79ec0ec0
2 changed files with 3 additions and 3 deletions

View File

@ -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 <stdio.h>
/* For functions which return Method_t */

View File

@ -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) */