diff options
author | Michael Adam <obnox@samba.org> | 2008-01-10 01:04:47 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-10 01:04:47 +0100 |
commit | ba6eaa690622c8b3202135cb21b690df660afa63 (patch) | |
tree | 837e6ca8c32e1a76141c3b9c8bf5787fe67370bb /source3 | |
parent | 638b57e5d112d0da0ffe53e4a227e15560f84df8 (diff) | |
download | samba-ba6eaa690622c8b3202135cb21b690df660afa63.tar.gz samba-ba6eaa690622c8b3202135cb21b690df660afa63.tar.bz2 samba-ba6eaa690622c8b3202135cb21b690df660afa63.zip |
Try and fix the AIX build.
The __ss_family workaround is in lib/replace/system/network.h ...
Michael
(This used to be commit 778199cf00196f81fd96deae1370d8cbc438c5bf)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libaddns/dns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libaddns/dns.h b/source3/libaddns/dns.h index 188d139808..cf842f4d10 100644 --- a/source3/libaddns/dns.h +++ b/source3/libaddns/dns.h @@ -26,6 +26,7 @@ #define _DNS_H #include "lib/replace/replace.h" +#include "system/network.h" /* make sure we have included the correct config.h */ #ifndef NO_CONFIG_H /* for some tests */ |