From 8357dbae7bec1b3d649792514a6fecdbcedf6b6f Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 5 May 2004 18:44:19 +0000 Subject: fix compiler warning CVS patchset: 6488 CVS date: 2004/05/05 18:44:19 --- src/input/base64.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/input/base64.c b/src/input/base64.c index 777d29ac1..0eccbe84e 100644 --- a/src/input/base64.c +++ b/src/input/base64.c @@ -41,7 +41,7 @@ License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - $Id: base64.c,v 1.1 2004/05/05 09:11:39 hadess Exp $ + $Id: base64.c,v 1.2 2004/05/05 18:44:19 mroi Exp $ ----------------------------------------------------------------------------*/ /* @@ -92,6 +92,8 @@ #include #include +#include "base64.h" + /* NOTE: This is not true RFC822 anymore. The use of the characters '/', '+', and '=' is no bueno when the ID will be used as part of a URL. -- cgit v1.2.3