aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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[] =