summaryrefslogtreecommitdiffstats
path: root/nsswitch/libwbclient/wbclient.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2009-10-09 13:14:08 -0400
committerSimo Sorce <idra@samba.org>2009-10-09 13:14:08 -0400
commit99cdbe35717dcd7b8adabae2b8b366dd87357807 (patch)
tree6aa950e7c96e9870681ee7a793a919efd1cd23a4 /nsswitch/libwbclient/wbclient.c
parent8283affee6fb0bb0347aa6fcd3033a61eaf6c27d (diff)
downloadsamba-99cdbe35717dcd7b8adabae2b8b366dd87357807.tar.gz
samba-99cdbe35717dcd7b8adabae2b8b366dd87357807.tar.xz
samba-99cdbe35717dcd7b8adabae2b8b366dd87357807.zip
Fix builds with external talloc
Make sure we do not reference our internal talloc directly. Let configure define what talloc.h file to use so that builds that use an extrenal talloc do not include 2 different versions of the talloc header.
Diffstat (limited to 'nsswitch/libwbclient/wbclient.c')
-rw-r--r--nsswitch/libwbclient/wbclient.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nsswitch/libwbclient/wbclient.c b/nsswitch/libwbclient/wbclient.c
index f4620ff0025..9a1e770690e 100644
--- a/nsswitch/libwbclient/wbclient.c
+++ b/nsswitch/libwbclient/wbclient.c
@@ -23,8 +23,8 @@
/* Required Headers */
#include "replace.h"
-#include "lib/talloc/talloc.h"
-#include "lib/tevent/tevent.h"
+#include "talloc.h"
+#include "tevent.h"
#include "libwbclient.h"
/* From wb_common.c */