summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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