aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rcfile_l.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 8df55dca..95df5e90 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -5,6 +5,7 @@
*
* For license terms, see the file COPYING in this directory.
*/
+#include <string.h>
#include "config.h"
#include "fetchmail.h"
@@ -119,7 +120,6 @@ remote(folder)? {
[ \t\r]+ ; /* whitespace */
%%
-#include <string.h>
void escapes(cp, tp)
/* process standard C-style escape sequences in a string */