From 6616d936f62ef036cc24246ffaa021009ff38747 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Wed, 25 Apr 2012 12:42:34 -0400 Subject: [PATCH] Revert "Include config.h in base64.cc to get restrict def (may address #241)" This reverts commit f4c84176723215c5f638e5a616a253a00b0ccdc6. config.h was already included via base64.h, and problem is older autoconf. --- src/crypto/base64.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/base64.cc b/src/crypto/base64.cc index f5e1c92..028e2f4 100644 --- a/src/crypto/base64.cc +++ b/src/crypto/base64.cc @@ -42,7 +42,7 @@ * */ -#include "config.h" +// #include /* Get prototype. */ #include "base64.h"