diff options
Diffstat (limited to 'libobjc/thr-decosf1.c')
-rw-r--r-- | libobjc/thr-decosf1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/thr-decosf1.c b/libobjc/thr-decosf1.c index cfb2cbc487f..166d61f6f21 100644 --- a/libobjc/thr-decosf1.c +++ b/libobjc/thr-decosf1.c @@ -25,8 +25,8 @@ Boston, MA 02111-1307, USA. */ covered by the GNU General Public License. */ #include <pthread.h> -#include <objc/thr.h> -#include "runtime.h" +#include "objc/thr.h" +#include "objc/runtime.h" /* Key structure for maintaining thread specific storage */ static pthread_key_t _objc_thread_storage; |