summaryrefslogtreecommitdiff
path: root/deps/hiredis/net.h
diff options
context:
space:
mode:
authorsiahl <slyimo@us.ibm.com>2014-07-29 16:39:37 -0500
committerantirez <antirez@gmail.com>2014-08-07 12:12:54 +0200
commit009cabf1031db42271a1e05980965a129cbbfe1d (patch)
tree224bdfe54f2fbcd933e3a1f4b2c1b9821934f637 /deps/hiredis/net.h
parent426553164d6807e67999101cec95d2afb7aaa3d7 (diff)
downloadredis-009cabf1031db42271a1e05980965a129cbbfe1d.tar.gz
Add support for compiling on AIX
Closes #1900
Diffstat (limited to 'deps/hiredis/net.h')
-rw-r--r--deps/hiredis/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/hiredis/net.h b/deps/hiredis/net.h
index 5e742f577..3763ab089 100644
--- a/deps/hiredis/net.h
+++ b/deps/hiredis/net.h
@@ -35,7 +35,7 @@
#include "hiredis.h"
-#if defined(__sun)
+#if defined(__sun) || defined(_AIX)
#define AF_LOCAL AF_UNIX
#endif