From 34f8098045a075db959d98f42f881ecfed44dd50 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Tue, 22 Jan 2002 20:09:20 +0000 Subject: [PATCH] - rcfile.c:General - Added stdarg.h to includes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1030 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 1 + rcfile.c | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 21fbcf98..f0f19bc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -50,6 +50,7 @@ CVS code - - Took silly variables being passed everywhere like lineno and filename and made them static variables. - Re-indented. + - Added stdarg.h to includes. rcfile_error() - Now automatically prpends the "error in line blah at foo" message to error messages. diff --git a/rcfile.c b/rcfile.c index 2021c0fd..56c66519 100644 --- a/rcfile.c +++ b/rcfile.c @@ -20,6 +20,7 @@ **************************************************************************/ #include +#include #include #include #include -- 2.39.5