diff options
author | Günther Deschner <gd@samba.org> | 2011-02-17 00:43:05 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-17 00:52:42 +0100 |
commit | bc83400d8102d7f01e00d71d86cd28f7dc1fbfc9 (patch) | |
tree | 9110a773250ecfd4dce0b1340274d29695baa17f /source3/torture | |
parent | 743b13b8e0bb1a79219d4cd89a4c3e3f75344d2c (diff) | |
download | samba-bc83400d8102d7f01e00d71d86cd28f7dc1fbfc9.tar.gz samba-bc83400d8102d7f01e00d71d86cd28f7dc1fbfc9.tar.bz2 samba-bc83400d8102d7f01e00d71d86cd28f7dc1fbfc9.zip |
nsswitch: make wb_reqtrans a common subsystem.
Guenther
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/wbc_async.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/wbc_async.h b/source3/torture/wbc_async.h index 6a49511671..9cd6a93692 100644 --- a/source3/torture/wbc_async.h +++ b/source3/torture/wbc_async.h @@ -27,7 +27,7 @@ #include <talloc.h> #include <tevent.h> #include "nsswitch/libwbclient/wbclient.h" -#include "lib/wb_reqtrans.h" +#include "nsswitch/wb_reqtrans.h" struct wb_context; struct winbindd_request; |