]> git.wh0rd.org Git - nano.git/commitdiff
- rcfile.c:General - Added stdarg.h to includes
authorChris Allegretta <chrisa@asty.org>
Tue, 22 Jan 2002 20:09:20 +0000 (20:09 +0000)
committerChris Allegretta <chrisa@asty.org>
Tue, 22 Jan 2002 20:09:20 +0000 (20:09 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1030 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
rcfile.c

index 21fbcf98d10d8a4d0cd01843eb93c3ab39050b5d..f0f19bc1beb29f262d97d6b79e3424156a861b56 100644 (file)
--- 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.
index 2021c0fdfc588eed07b9d929d22ff9ec81152e03..56c66519126df56b1c28ebff513ff76c114fbf6c 100644 (file)
--- 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>