diff --git a/ghash.h b/ghash.h index 0a93514..5cd766c 100644 --- a/ghash.h +++ b/ghash.h @@ -1,6 +1,8 @@ #include "config.h" #include "udata.h" -#include +#ifdef HAVE_REDIS +# include +#endif #include "geohash.h" #include "utstring.h" #include "json.h"