summaryrefslogtreecommitdiff
path: root/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'net.h')
-rw-r--r--net.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/net.h b/net.h
index 0e56000..b052d97 100644
--- a/net.h
+++ b/net.h
@@ -31,6 +31,12 @@
#ifndef __NET_H
#define __NET_H
+#include "hiredis.h"
+
+#if defined(__sun)
+#define AF_LOCAL AF_UNIX
+#endif
+
int redisContextConnectTcp(redisContext *c, const char *addr, int port);
int redisContextConnectUnix(redisContext *c, const char *path);