From c3c12186455a7ae2dbad414e97d6c0fb9c2fb494 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 18 Nov 1993 08:08:17 +0000 Subject: [PATCH] Include "tconfig.h" before "runtime.h". From-SVN: r6112 --- gcc/objc/objects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/objc/objects.c b/gcc/objc/objects.c index bc5b2266edd..dd4820acf71 100644 --- a/gcc/objc/objects.c +++ b/gcc/objc/objects.c @@ -24,8 +24,8 @@ You should have received a copy of the GNU General Public License along with however invalidate any other reasons why the executable file might be covered by the GNU General Public License. */ -#include "runtime.h" /* the kitchen sink */ #include "../tconfig.h" /* include defs of bzero for target */ +#include "runtime.h" /* the kitchen sink */ id __objc_object_alloc(Class*); id __objc_object_dispose(id); -- 2.30.2