Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
ddb508c0
Unverified
Commit
ddb508c0
authored
Nov 05, 2021
by
Binbin
Committed by
GitHub
Nov 05, 2021
Browse files
Fixing import of sys/errno (#9739)
parent
91d0c758
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/connection.h
View file @
ddb508c0
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment