From b13a9e1b4e4f3066a4224e5c3de9307aaef7aebc Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Tue, 17 Apr 2012 13:59:02 -0600 Subject: [PATCH] add config.h to hash test --- tests/hash.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/hash.c b/tests/hash.c index 29d5073cc..cc4dc5fe5 100644 --- a/tests/hash.c +++ b/tests/hash.c @@ -19,6 +19,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ +#ifdef HAVE_CONFIG_H + #include +#endif + #include #include