Include stdarg.h before stdio.h.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 13 Jul 1994 10:47:59 +0000 (06:47 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 13 Jul 1994 10:47:59 +0000 (06:47 -0400)
From-SVN: r7757

gcc/objc/Object.m

index 56b77fad3d5723702b5e2e093e5625e5e7216e7b..040df86126a4df32162ddfe567f3daeabfa9e1d7 100644 (file)
@@ -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 <stdarg.h>
 #include "objc/Object.h"
 #include "objc/Protocol.h"
 #include "objc/objc-api.h"
 
-#include <stdarg.h>
 extern void (*_objc_error)(id object, const char *format, va_list);
 
 extern int errno;