diff options
Diffstat (limited to 'libobjc/thr-pthreads.c')
-rw-r--r-- | libobjc/thr-pthreads.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/thr-pthreads.c b/libobjc/thr-pthreads.c index c00c601..99321c8 100644 --- a/libobjc/thr-pthreads.c +++ b/libobjc/thr-pthreads.c @@ -26,8 +26,8 @@ Boston, MA 02111-1307, USA. */ covered by the GNU General Public License. */ #include <pcthread.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; |