diff options
Diffstat (limited to 'libobjc/thr-solaris.c')
-rw-r--r-- | libobjc/thr-solaris.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/thr-solaris.c b/libobjc/thr-solaris.c index 447d0c4..d37013b 100644 --- a/libobjc/thr-solaris.c +++ b/libobjc/thr-solaris.c @@ -25,8 +25,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 <thread.h> #include <synch.h> |