diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-02-02 11:06:32 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-02-02 13:09:08 +0100 |
commit | 9c387c189ebb925b22a28f74620b8773c6bf8b32 (patch) | |
tree | 94751f80216af6acdde24f6ca064bc5d87372789 /source4 | |
parent | 87ce6b198ac394f6f683ef125d59c1b18becbc19 (diff) | |
download | samba-9c387c189ebb925b22a28f74620b8773c6bf8b32.tar.gz samba-9c387c189ebb925b22a28f74620b8773c6bf8b32.tar.xz samba-9c387c189ebb925b22a28f74620b8773c6bf8b32.zip |
s4:resolve/dns_ex: undefine class because it's used in heimdal/lib/roken/resolve.h
metze
Diffstat (limited to 'source4')
-rw-r--r-- | source4/libcli/resolve/dns_ex.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/libcli/resolve/dns_ex.c b/source4/libcli/resolve/dns_ex.c index 2970681d596..ce41d0cea83 100644 --- a/source4/libcli/resolve/dns_ex.c +++ b/source4/libcli/resolve/dns_ex.c @@ -37,6 +37,11 @@ #include "libcli/composite/composite.h" #include "librpc/gen_ndr/ndr_nbt.h" #include "libcli/resolve/resolve.h" + +#ifdef class +#undef class +#endif + #include "heimdal/lib/roken/resolve.h" struct dns_ex_state { |