From: Richard Kenner Date: Wed, 13 Jul 1994 10:47:59 +0000 (-0400) Subject: Include stdarg.h before stdio.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ccccb5276489b12554c8fbcaca49c0d988b3e8f8;p=gcc.git Include stdarg.h before stdio.h. From-SVN: r7757 --- 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;