aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-07-13 06:47:59 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-07-13 06:47:59 -0400
commitccccb5276489b12554c8fbcaca49c0d988b3e8f8 (patch)
tree621524ba983c69202545971185b3a6db25f96732 /gcc
parent93f623faa97cf6a4a92e9b1b575c8b6c99fa898c (diff)
downloadgcc-ccccb5276489b12554c8fbcaca49c0d988b3e8f8.zip
gcc-ccccb5276489b12554c8fbcaca49c0d988b3e8f8.tar.gz
gcc-ccccb5276489b12554c8fbcaca49c0d988b3e8f8.tar.bz2
Include stdarg.h before stdio.h.
From-SVN: r7757
Diffstat (limited to 'gcc')
-rw-r--r--gcc/objc/Object.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/Object.m b/gcc/objc/Object.m
index 56b77fa..040df86 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 <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;