From: Richard Stallman Date: Mon, 10 May 1993 06:03:43 +0000 (+0000) Subject: Include gstdarg.h, not stdarg.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=677849a79591b213ae3393ce29b99b5776b9f139;p=gcc.git Include gstdarg.h, not stdarg.h. From-SVN: r4407 --- diff --git a/gcc/objc/runtime.h b/gcc/objc/runtime.h index d46cf37d3a8..936aa44d459 100644 --- a/gcc/objc/runtime.h +++ b/gcc/objc/runtime.h @@ -30,7 +30,7 @@ You should have received a copy of the GNU General Public License along with #include #include -#include "stdarg.h" /* for varargs and va_list's */ +#include "gstdarg.h" /* for varargs and va_list's */ #include "gstddef.h" /* so noone else will get system versions */ #include "assert.h"