summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input/base64.c4
1 files changed, 3 insertions, 1 deletions
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 <time.h>
#include <stdlib.h>
+#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.