Include tconfig.h.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Nov 1993 07:53:45 +0000 (07:53 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Nov 1993 07:53:45 +0000 (07:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5971 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/objc/objects.c

index bd7a47e..bc5b226 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);