commit 34f8098045a075db959d98f42f881ecfed44dd50
parent 1c2fddcb402fc2dc5a640fc187a516c138b505d1
Author: Chris Allegretta <chrisa@asty.org>
Date: Tue, 22 Jan 2002 20:09:20 +0000
- 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
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git 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
@@ -20,6 +20,7 @@
**************************************************************************/
#include <stdlib.h>
+#include <stdarg.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>