- 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
master
Chris Allegretta 2002-01-22 20:09:20 +00:00
parent 1c2fddcb40
commit 34f8098045
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -20,6 +20,7 @@
**************************************************************************/
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>