summaryrefslogtreecommitdiff
path: root/net.h
diff options
context:
space:
mode:
authornot-a-robot[bot] <not-a-robot[bot]@users.noreply.github.com>2018-01-06 12:26:55 +0000
committernot-a-robot[bot] <not-a-robot[bot]@users.noreply.github.com>2018-01-06 12:26:55 +0000
commit3d8709d19d7fa67d203a33c969e69f0f1a4eab02 (patch)
tree48f4275f920a1e1f341d98532fe672e863422d06 /net.h
parenta827f5a8980cdebb0d06c5f7eb0d8736de960063 (diff)
parent952a33f298f14775fae61675b2ff541abf24f63d (diff)
Merge #569
569: Ibm aix fix r=badboy
Diffstat (limited to 'net.h')
-rw-r--r--net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.h b/net.h
index 2f1a0bf..fc8ddd3 100644
--- a/net.h
+++ b/net.h
@@ -37,7 +37,7 @@
#include "hiredis.h"
-#if defined(__sun)
+#if defined(__sun) || defined(AIX)
#define AF_LOCAL AF_UNIX
#endif