aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc/thr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/objc/thr.h')
-rw-r--r--libobjc/objc/thr.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libobjc/objc/thr.h b/libobjc/objc/thr.h
index b4472fe..0b77527 100644
--- a/libobjc/objc/thr.h
+++ b/libobjc/objc/thr.h
@@ -1,5 +1,5 @@
/* Thread and mutex controls for Objective C.
- Copyright (C) 1996, 1997, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 2002, 2004 Free Software Foundation, Inc.
Contributed by Galen C. Hunt (gchunt@cs.rochester.edu)
This file is part of GCC.
@@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA. */
#ifndef __thread_INCLUDE_GNU
#define __thread_INCLUDE_GNU
-#include "objc/objc.h"
+#include <objc/objc.h>
#ifdef __cplusplus
extern "C" {
@@ -150,5 +150,4 @@ void * __objc_thread_get_data (void);
}
#endif /* __cplusplus */
-
#endif /* not __thread_INCLUDE_GNU */