From ccccb5276489b12554c8fbcaca49c0d988b3e8f8 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 13 Jul 1994 06:47:59 -0400 Subject: [PATCH] Include stdarg.h before stdio.h. From-SVN: r7757 --- gcc/objc/Object.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/objc/Object.m b/gcc/objc/Object.m index 56b77fad3d5..040df86126a 100644 --- a/gcc/objc/Object.m +++ b/gcc/objc/Object.m @@ -23,11 +23,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. */ +#include #include "objc/Object.h" #include "objc/Protocol.h" #include "objc/objc-api.h" -#include extern void (*_objc_error)(id object, const char *format, va_list); extern int errno; -- 2.30.2