diff options
-rw-r--r-- | rcfile_l.l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |