Fixing import of sys/errno (#9739)

This commit is contained in:
Binbin 2021-11-05 13:50:25 +08:00 committed by GitHub
parent 91d0c758e5
commit ddb508c0a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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