aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-11-18 08:08:17 +0000
committerRichard Stallman <rms@gnu.org>1993-11-18 08:08:17 +0000
commitc3c12186455a7ae2dbad414e97d6c0fb9c2fb494 (patch)
tree426142402343ffdac166f20526a1c0ce7e8f7759
parent00b14c22f0c421882331927409701623b5167136 (diff)
downloadgcc-c3c12186455a7ae2dbad414e97d6c0fb9c2fb494.zip
gcc-c3c12186455a7ae2dbad414e97d6c0fb9c2fb494.tar.gz
gcc-c3c12186455a7ae2dbad414e97d6c0fb9c2fb494.tar.bz2
Include "tconfig.h" before "runtime.h".
From-SVN: r6112
-rw-r--r--gcc/objc/objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objects.c b/gcc/objc/objects.c
index bc5b226..dd4820a 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);