diff options
| author | Richard Kenner <kenner@gcc.gnu.org> | 1996-04-04 12:35:00 -0500 |
|---|---|---|
| committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-04-04 12:35:00 -0500 |
| commit | 5f79ec0ec0b429892d6492a18238924fc4875431 (patch) | |
| tree | a89924357e40f79565e1684aa2e941745402dfee /gcc/objc/objc-api.h | |
| parent | 7fb04be124d79378c83b1d6189f8b928d91ed695 (diff) | |
| download | gcc-5f79ec0ec0b429892d6492a18238924fc4875431.zip gcc-5f79ec0ec0b429892d6492a18238924fc4875431.tar.gz gcc-5f79ec0ec0b429892d6492a18238924fc4875431.tar.bz2 | |
Include thr.h, not thread.h.
From-SVN: r11665
Diffstat (limited to 'gcc/objc/objc-api.h')
| -rw-r--r-- | gcc/objc/objc-api.h | 2 |
1 files changed, 1 insertions, 1 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 <stdio.h> /* For functions which return Method_t */ |
