Include tconfig.h.
authorRichard Stallman <rms@gnu.org>
Tue, 2 Nov 1993 07:53:45 +0000 (07:53 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 2 Nov 1993 07:53:45 +0000 (07:53 +0000)
From-SVN: r5971

gcc/objc/objects.c

index bd7a47e90523d05fbce293cee011db66f9de800d..bc5b2266edd35fa92b35ee7bb3c10f3deeb5b265 100644 (file)
@@ -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);