From cf2236030765c1af919e1300e526dd574703a307 Mon Sep 17 00:00:00 2001 From: David Ayers Date: Wed, 8 Jun 2005 17:13:17 +0200 Subject: NXConstStr.h, [...]: Do not include Objective-C headers as system headers. 2005-06-08 David Ayers * objc/NXConstStr.h, objc/Object.h, objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h, objc/runtime.h, objc/sarray.h, objc/thr.h, objc/typedstream.h: Do not include Objective-C headers as system headers. From-SVN: r100760 --- libobjc/objc/thr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libobjc/objc/thr.h') diff --git a/libobjc/objc/thr.h b/libobjc/objc/thr.h index 0b77527..d3d791a 100644 --- a/libobjc/objc/thr.h +++ b/libobjc/objc/thr.h @@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA. */ #ifndef __thread_INCLUDE_GNU #define __thread_INCLUDE_GNU -#include +#include "objc.h" #ifdef __cplusplus extern "C" { -- cgit v1.1