diff options
Diffstat (limited to 'libobjc/thr-rtems.c')
-rw-r--r-- | libobjc/thr-rtems.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/thr-rtems.c b/libobjc/thr-rtems.c index 8683d769d5c..eab88924056 100644 --- a/libobjc/thr-rtems.c +++ b/libobjc/thr-rtems.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" /* Thread local storage for a single thread */ static void *thread_local_storage = NULL; |