--- daemons/clvmd/clvmd.c +++ daemons/clvmd/clvmd.c @@ -59,6 +59,8 @@ #define ISLOCAL_CSID(c) (memcmp(c, our_csid, max_csid_len) == 0) +#include + /* Head of the fd list. Also contains the cluster_socket details */ static struct local_client local_client_head;