summaryrefslogtreecommitdiff
path: root/base64-decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'base64-decode.c')
-rw-r--r--base64-decode.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/base64-decode.c b/base64-decode.c
index c1c0d2f0..0ead7325 100644
--- a/base64-decode.c
+++ b/base64-decode.c
@@ -22,11 +22,15 @@
* MA 02111-1307, USA.
*/
-#include "base64.h"
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
#include <assert.h>
#include <stdlib.h>
+#include "base64.h"
+
#define TABLE_INVALID -1
#define TABLE_SPACE -2
#define TABLE_END -3