From 56a3e46bc09534a680cf5feeeb3abdc86cf4af3e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 7 Aug 1997 16:24:16 +0000 Subject: Portability fix for SGIs. svn path=/trunk/; revision=1242 --- rcfile_l.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include "config.h" #include "fetchmail.h" @@ -119,7 +120,6 @@ remote(folder)? { [ \t\r]+ ; /* whitespace */ %% -#include void escapes(cp, tp) /* process standard C-style escape sequences in a string */ -- cgit v1.2.3