blob: dd41ce51c848e15001b53a2fa3238360bc77f32d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/readline/rldefs.h.orig Fri Aug 29 12:30:13 2003
+++ lib/readline/rldefs.h Fri Aug 29 12:30:32 2003
@@ -150,7 +150,7 @@
#endif /* !strchr && !__STDC__ */
#if defined (HAVE_VARARGS_H)
-# include <varargs.h>
+# include <stdarg.h>
#endif /* HAVE_VARARGS_H */
/* This is needed to include support for TIOCGWINSZ and window resizing. */
|