diff options
author | Volker Lendecke <vl@samba.org> | 2009-02-01 16:32:02 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-02-01 19:05:39 +0100 |
commit | c14b7e648bcfc4865da4b290e46977fff81d4500 (patch) | |
tree | 0986bdd1520bf5df0d17d05f35873154756331cb /source3/include | |
parent | 0931bb8937eaec55844dee0cdeefafa162053c53 (diff) | |
download | samba-c14b7e648bcfc4865da4b290e46977fff81d4500.tar.gz samba-c14b7e648bcfc4865da4b290e46977fff81d4500.tar.bz2 samba-c14b7e648bcfc4865da4b290e46977fff81d4500.zip |
Split up async_req into a generic and a NTSTATUS specific part
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 7b0b270f60..c58ebcdbfe 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -647,7 +647,7 @@ struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx); #include "ctdbd_conn.h" #include "../lib/util/talloc_stack.h" #include "memcache.h" -#include "../lib/async_req/async_req.h" +#include "../lib/async_req/async_req_ntstatus.h" #include "async_smb.h" #include "../lib/async_req/async_sock.h" #include "services.h" |