aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-18 19:14:36 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-18 19:14:36 +0000
commit0b36ee00d51473dcde8f577cefb5bc3594c3fa9f (patch)
treefbd509d095781f3af05dbef7390fe8cd922f7000
parente18a9184fe616d50c41985156c307a862f460694 (diff)
downloadfetchmail-0b36ee00d51473dcde8f577cefb5bc3594c3fa9f.tar.gz
fetchmail-0b36ee00d51473dcde8f577cefb5bc3594c3fa9f.tar.bz2
fetchmail-0b36ee00d51473dcde8f577cefb5bc3594c3fa9f.zip
Enable gcc -traditional compilation.
svn path=/trunk/; revision=2109
-rw-r--r--base64.c1
1 files changed, 1 insertions, 0 deletions
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 <ctype.h>
static const char base64digits[] =