aboutsummaryrefslogtreecommitdiff
path: root/gcc/protoize.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-03-30 17:15:20 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-03-30 17:15:20 -0500
commit04fe43855af67c1b2933e5ad011a9df5ef4adf96 (patch)
tree351b9e8d2ab25176caed092458780b9a9cbaf93c /gcc/protoize.c
parentb5f3b6b60bb75ad7a3eee0b3bf1a678fa1560794 (diff)
downloadgcc-04fe43855af67c1b2933e5ad011a9df5ef4adf96.zip
gcc-04fe43855af67c1b2933e5ad011a9df5ef4adf96.tar.gz
gcc-04fe43855af67c1b2933e5ad011a9df5ef4adf96.tar.bz2
Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs.
From-SVN: r6922
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r--gcc/protoize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c
index fca0e08..c353091 100644
--- a/gcc/protoize.c
+++ b/gcc/protoize.c
@@ -56,9 +56,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define _POSIX_SOURCE
#endif
-#include "gvarargs.h"
+#include <varargs.h>
/* On some systems stdio.h includes stdarg.h;
- we must bring in gvarargs.h first. */
+ we must bring in varargs.h first. */
#include <stdio.h>
#include <ctype.h>
#include <errno.h>