Unverified Commit ddb508c0 authored by Binbin's avatar Binbin Committed by GitHub
Browse files

Fixing import of sys/errno (#9739)

parent 91d0c758
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#ifndef __REDIS_CONNECTION_H #ifndef __REDIS_CONNECTION_H
#define __REDIS_CONNECTION_H #define __REDIS_CONNECTION_H
#include <sys/errno.h> #include <errno.h>
#define CONN_INFO_LEN 32 #define CONN_INFO_LEN 32
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment