Inlcude thr.h, not thread.h.

From-SVN: r11666
This commit is contained in:
Richard Kenner 1996-04-04 12:35:55 -05:00
parent 5f79ec0ec0
commit 489c81a38f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ extern const char* __objc_sparse3_id;
#include <stddef.h>
#include "objc/thread.h"
#include "objc/thr.h"
extern int nbuckets; /* for stats */
extern int nindices;