mirror of
https://github.com/fluencelabs/redis
synced 2025-06-28 08:21:32 +00:00
Fix definition of M_PI in geohash_helper.c.
Without the right feature macros M_PI is not defined in math.h.
This commit is contained in:
@ -32,7 +32,6 @@
|
||||
#ifndef GEOHASH_HELPER_HPP_
|
||||
#define GEOHASH_HELPER_HPP_
|
||||
|
||||
#include <math.h>
|
||||
#include "geohash.h"
|
||||
|
||||
#define GZERO(s) s.bits = s.step = 0;
|
||||
|
Reference in New Issue
Block a user