From ddb508c0a21d5859295fdabc6417a4b978e2dea8 Mon Sep 17 00:00:00 2001 From: Binbin Date: Fri, 5 Nov 2021 13:50:25 +0800 Subject: Fixing import of sys/errno (#9739) --- src/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection.h') diff --git a/src/connection.h b/src/connection.h index ac2ebc16c..f30a96367 100644 --- a/src/connection.h +++ b/src/connection.h @@ -31,7 +31,7 @@ #ifndef __REDIS_CONNECTION_H #define __REDIS_CONNECTION_H -#include +#include #define CONN_INFO_LEN 32 -- cgit v1.2.1