mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Fixing import of sys/errno (#9739)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#ifndef __REDIS_CONNECTION_H
|
||||
#define __REDIS_CONNECTION_H
|
||||
|
||||
#include <sys/errno.h>
|
||||
#include <errno.h>
|
||||
|
||||
#define CONN_INFO_LEN 32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user