From 0b36ee00d51473dcde8f577cefb5bc3594c3fa9f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 18 Oct 1998 19:14:36 +0000 Subject: Enable gcc -traditional compilation. svn path=/trunk/; revision=2109 --- base64.c | 1 + 1 file changed, 1 insertion(+) diff --git a/base64.c b/base64.c index ef36be6f..2deebc8a 100644 --- a/base64.c +++ b/base64.c @@ -7,6 +7,7 @@ * "Base64 Content-Transfer-Encoding", but lines must not be broken in the * scheme used here. */ +#include "config.h" #include static const char base64digits[] = -- cgit v1.2.3