summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2021-11-05 13:50:25 +0800
committerGitHub <noreply@github.com>2021-11-05 07:50:25 +0200
commitddb508c0a21d5859295fdabc6417a4b978e2dea8 (patch)
tree7591769f0a4dc6b2fddb0f5aeed2cb7defdfd734 /src/connection.h
parent91d0c758e5453644bb4e784a2af86033ccb971fc (diff)
downloadredis-ddb508c0a21d5859295fdabc6417a4b978e2dea8.tar.gz
Fixing import of sys/errno (#9739)
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h2
1 files changed, 1 insertions, 1 deletions
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 <sys/errno.h>
+#include <errno.h>
#define CONN_INFO_LEN 32