diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-18 19:14:36 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-18 19:14:36 +0000 |
commit | 0b36ee00d51473dcde8f577cefb5bc3594c3fa9f (patch) | |
tree | fbd509d095781f3af05dbef7390fe8cd922f7000 /base64.c | |
parent | e18a9184fe616d50c41985156c307a862f460694 (diff) | |
download | fetchmail-0b36ee00d51473dcde8f577cefb5bc3594c3fa9f.tar.gz fetchmail-0b36ee00d51473dcde8f577cefb5bc3594c3fa9f.tar.bz2 fetchmail-0b36ee00d51473dcde8f577cefb5bc3594c3fa9f.zip |
Enable gcc -traditional compilation.
svn path=/trunk/; revision=2109
Diffstat (limited to 'base64.c')
-rw-r--r-- | base64.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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[] = |