Fix: MSVC error C2065: "uint": Undeclared identifier.

This commit is contained in:
horseluke 2019-06-13 15:43:24 +08:00
parent 0d4115005d
commit 1c67672746

2
sn.c
View File

@ -330,7 +330,7 @@ static int process_mgmt(n2n_sn_t * sss,
{
char resbuf[N2N_SN_PKTBUF_SIZE];
size_t ressize=0;
uint num_edges=0;
uint32_t num_edges=0;
ssize_t r;
struct sn_community *community, *tmp;