Fixing import of sys/errno (#9739)

This commit is contained in:
Binbin
2021-11-05 07:50:25 +02:00
committed by GitHub
parent 91d0c758e5
commit ddb508c0a2
+1 -1
View File
@@ -31,7 +31,7 @@
#ifndef __REDIS_CONNECTION_H
#define __REDIS_CONNECTION_H
#include <sys/errno.h>
#include <errno.h>
#define CONN_INFO_LEN 32