mirror of
http://github.com/valkey-io/valkey
synced 2024-11-23 20:00:00 +00:00
Include redis.h before other stuff in hyperloglog.c.
Otherwise fmacros.h is included later and this may break compilation on different systems.
This commit is contained in:
parent
5afcca34ce
commit
4ab162a559
@ -29,9 +29,10 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "redis.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <math.h>
|
||||
#include "redis.h"
|
||||
|
||||
/* The Redis HyperLogLog implementation is based on the following ideas:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user