From 489c81a38f2af4baeebb45f7835f8945ced1fb2f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 4 Apr 1996 12:35:55 -0500 Subject: [PATCH] Inlcude thr.h, not thread.h. From-SVN: r11666 --- gcc/objc/sarray.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/objc/sarray.h b/gcc/objc/sarray.h index 7d1ba25290f..1078dfb85b8 100644 --- a/gcc/objc/sarray.h +++ b/gcc/objc/sarray.h @@ -42,7 +42,7 @@ extern const char* __objc_sparse3_id; #include -#include "objc/thread.h" +#include "objc/thr.h" extern int nbuckets; /* for stats */ extern int nindices;