From f777a11d7f261ce4676acf10b333e781026d44fe Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Mon, 6 Feb 2012 12:42:29 +0100 Subject: [PATCH] Fix a missing #ifdef HAVE_CONFIG_H. --- src/XMPPJSONFileStorage.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/XMPPJSONFileStorage.m b/src/XMPPJSONFileStorage.m index 0d983ea..3344e37 100644 --- a/src/XMPPJSONFileStorage.m +++ b/src/XMPPJSONFileStorage.m @@ -20,7 +20,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif #import #import