From f4c84176723215c5f638e5a616a253a00b0ccdc6 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Wed, 25 Apr 2012 12:20:53 -0400 Subject: [PATCH] Include config.h in base64.cc to get restrict def (may address #241) --- 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 028e2f4..f5e1c92 100644 --- a/src/crypto/base64.cc +++ b/src/crypto/base64.cc @@ -42,7 +42,7 @@ * */ -// #include +#include "config.h" /* Get prototype. */ #include "base64.h"