Fix builds with external talloc
[samba.git] / nsswitch / libwbclient / wbclient.c
index 77b7e12d0400263fef116123e172a798376241a3..9a1e770690e736c78d746c6a153b296c04a1c602 100644 (file)
@@ -22,8 +22,9 @@
 
 /* Required Headers */
 
-#include "lib/talloc/talloc.h"
-#include "lib/tevent/tevent.h"
+#include "replace.h"
+#include "talloc.h"
+#include "tevent.h"
 #include "libwbclient.h"
 
 /* From wb_common.c */