aboutsummaryrefslogtreecommitdiffstats
path: root/shells/bash1/files/patch-shell.c
blob: 10114e5270556dadb22ddecb444b732a75ee534f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- shell.c.orig    Sun Sep 28 01:24:33 2003
+++ shell.c Sun Sep 28 01:25:16 2003
@@ -43,7 +43,7 @@
 #include "bashansi.h"
 
 #if defined (HAVE_VARARGS_H)
-#include <varargs.h>
+#include <stdarg.h>
 #endif
 
 #include "shell.h"