diff options
Diffstat (limited to 'libobjc/thr-posix.c')
-rw-r--r-- | libobjc/thr-posix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/thr-posix.c b/libobjc/thr-posix.c index 710bebf30e6..9871b57691f 100644 --- a/libobjc/thr-posix.c +++ b/libobjc/thr-posix.c @@ -26,8 +26,8 @@ Boston, MA 02111-1307, USA. */ however invalidate any other reasons why the executable file might be covered by the GNU General Public License. */ -#include <objc/thr.h> -#include "runtime.h" +#include "objc/thr.h" +#include "objc/runtime.h" #include <pthread.h> /* Key structure for maintaining thread specific storage */ |