diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-12-16 22:59:07 +0100 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-12-16 22:59:07 +0100 |
commit | 7e4ce5736750e438dc4a94e2651b434faf0c98b5 (patch) | |
tree | a9c3b68d1c80893f04068be2ec325ae204d9e401 /net.c | |
parent | a1e2c6dfed9006764dacc78cd600c921a393d414 (diff) |
Solaris doesn't know AF_LOCAL
Diffstat (limited to 'net.c')
-rw-r--r-- | net.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ #include <stdarg.h> #include <stdio.h> -#include "hiredis.h" +#include "net.h" #include "sds.h" /* Forward declaration */ |