From: Richard Stallman Date: Tue, 2 Nov 1993 07:53:45 +0000 (+0000) Subject: Include tconfig.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=83a4b97f7d16c257beb423ea3835f8a8c9ad86c8;p=gcc.git Include tconfig.h. From-SVN: r5971 --- diff --git a/gcc/objc/objects.c b/gcc/objc/objects.c index bd7a47e9052..bc5b2266edd 100644 --- a/gcc/objc/objects.c +++ b/gcc/objc/objects.c @@ -25,6 +25,7 @@ You should have received a copy of the GNU General Public License along with covered by the GNU General Public License. */ #include "runtime.h" /* the kitchen sink */ +#include "../tconfig.h" /* include defs of bzero for target */ id __objc_object_alloc(Class*); id __objc_object_dispose(id);