From 36d5f78c02e9f06a56c0a0bd17e9e69ad632de59 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 13 May 1993 12:34:36 +0000 Subject: [PATCH] Include gstdarg.h before stdio.h. From-SVN: r4435 --- gcc/objc/runtime.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/objc/runtime.h b/gcc/objc/runtime.h index 936aa44d459..cd9de6ac63f 100644 --- a/gcc/objc/runtime.h +++ b/gcc/objc/runtime.h @@ -27,10 +27,11 @@ You should have received a copy of the GNU General Public License along with #ifndef __objc_runtime_INCLUDE_GNU #define __objc_runtime_INCLUDE_GNU +#include "gstdarg.h" /* for varargs and va_list's */ + #include #include -#include "gstdarg.h" /* for varargs and va_list's */ #include "gstddef.h" /* so noone else will get system versions */ #include "assert.h" -- 2.30.2