aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-05-10 06:03:43 +0000
committerRichard Stallman <rms@gnu.org>1993-05-10 06:03:43 +0000
commit677849a79591b213ae3393ce29b99b5776b9f139 (patch)
tree30c491c2f99593d7b42899ca0f21e1e4e683d375
parent54b5ffe9613e1e4e657f5eefdf14ec1ace77f682 (diff)
downloadgcc-677849a79591b213ae3393ce29b99b5776b9f139.zip
gcc-677849a79591b213ae3393ce29b99b5776b9f139.tar.gz
gcc-677849a79591b213ae3393ce29b99b5776b9f139.tar.bz2
Include gstdarg.h, not stdarg.h.
From-SVN: r4407
-rw-r--r--gcc/objc/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/runtime.h b/gcc/objc/runtime.h
index d46cf37..936aa44 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 <stdio.h>
#include <ctype.h>
-#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"