Commit 34f80980 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

- 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
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
...@@ -50,6 +50,7 @@ CVS code - ...@@ -50,6 +50,7 @@ CVS code -
- Took silly variables being passed everywhere like lineno and - Took silly variables being passed everywhere like lineno and
filename and made them static variables. filename and made them static variables.
- Re-indented. - Re-indented.
- Added stdarg.h to includes.
rcfile_error() rcfile_error()
- Now automatically prpends the "error in line blah at foo" - Now automatically prpends the "error in line blah at foo"
message to error messages. message to error messages.
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
**************************************************************************/ **************************************************************************/
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment