From 677849a79591b213ae3393ce29b99b5776b9f139 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 10 May 1993 06:03:43 +0000 Subject: [PATCH] Include gstdarg.h, not stdarg.h. From-SVN: r4407 --- gcc/objc/runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2