aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-08-07 16:24:16 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-08-07 16:24:16 +0000
commit56a3e46bc09534a680cf5feeeb3abdc86cf4af3e (patch)
treecd17c632f0ff5e0b263138258aedf3fb8c375390 /rcfile_l.l
parent974600808906333590feb4ad879f89ec6ef6c10e (diff)
downloadfetchmail-56a3e46bc09534a680cf5feeeb3abdc86cf4af3e.tar.gz
fetchmail-56a3e46bc09534a680cf5feeeb3abdc86cf4af3e.tar.bz2
fetchmail-56a3e46bc09534a680cf5feeeb3abdc86cf4af3e.zip
Portability fix for SGIs.
svn path=/trunk/; revision=1242
Diffstat (limited to 'rcfile_l.l')
-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 */