From: Chris Allegretta Date: Tue, 22 Jan 2002 20:09:20 +0000 (+0000) Subject: - rcfile.c:General - Added stdarg.h to includes X-Git-Tag: v1.1.6~11 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=34f8098045a075db959d98f42f881ecfed44dd50;p=nano.git - 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 --- 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