diff options
Diffstat (limited to 'libobjc/thr-mach.c')
-rw-r--r-- | libobjc/thr-mach.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/thr-mach.c b/libobjc/thr-mach.c index b0f864d..7d70625 100644 --- a/libobjc/thr-mach.c +++ b/libobjc/thr-mach.c @@ -28,8 +28,8 @@ Boston, MA 02111-1307, USA. */ #include <mach/mach.h> #include <mach/cthreads.h> -#include <objc/thr.h> -#include "runtime.h" +#include "objc/thr.h" +#include "objc/runtime.h" /* Obtain the maximum thread priority that can set for t. Under the |