From: Richard Stallman Date: Thu, 13 May 1993 12:34:36 +0000 (+0000) Subject: Include gstdarg.h before stdio.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36d5f78c02e9f06a56c0a0bd17e9e69ad632de59;p=gcc.git Include gstdarg.h before stdio.h. From-SVN: r4435 --- 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"