Include cluster.h for getClusterConnectionsCount().

(cherry picked from commit 21f62c3346)
This commit is contained in:
antirez 2020-06-22 11:44:11 +02:00 committed by Oran Agra
parent 9412094f25
commit c8f250f8dd

View File

@ -29,6 +29,7 @@
#include "server.h" #include "server.h"
#include "atomicvar.h" #include "atomicvar.h"
#include "cluster.h"
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/uio.h> #include <sys/uio.h>
#include <math.h> #include <math.h>