libwbclient: Fix s4 build failure by fixing up includes.
authorKai Blin <kai@samba.org>
Sat, 13 Feb 2010 16:54:27 +0000 (17:54 +0100)
committerKai Blin <kai@samba.org>
Sat, 13 Feb 2010 16:55:01 +0000 (17:55 +0100)
Sorry about this, folks.

nsswitch/libwbclient/libwbclient.h
nsswitch/libwbclient/wbc_idmap_async.c
nsswitch/libwbclient/wbc_pam_async.c
nsswitch/libwbclient/wbc_sid_async.c
nsswitch/libwbclient/wbc_util_async.c
nsswitch/libwbclient/wbclient.c

index 5a25cf462c7807ef711f63a680d02f33882bc916..74cba7e7966a3627ae89b683e956394c96b3e39f 100644 (file)
@@ -36,7 +36,6 @@
 /* Public headers */
 
 #include "wbclient.h"
-#include "wbc_async.h"
 
 /* Private headers */
 
index 4b84bb9ca5a6b76d86d0ec61514635d870c7daa5..dcf59cbb583577087f181b32f348f50479dec351 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "replace.h"
 #include "libwbclient.h"
+#include "wbc_async.h"
 
 struct wbc_sid_to_uid_state {
        struct winbindd_request req;
index f551f7473d1505c07d7d39b2565a08e998c9bcb4..21d187f124b051601025b05c3adb1f709d98e997 100644 (file)
@@ -24,6 +24,7 @@
 #include "replace.h"
 #include "libwbclient.h"
 #include "../winbind_client.h"
+#include "wbc_async.h"
 
 /* FIXME: Currently this is still a copy of the same function from wbc_pam.c */
 static wbcErr wbc_create_auth_info(TALLOC_CTX *mem_ctx,
index 7e3bd75d82eb5fd979c4be245fb87bf07241b73b..b94b88d491d428193130e7ce0fe6e30ca9038b84 100644 (file)
@@ -24,6 +24,7 @@
 #include "replace.h"
 #include "libwbclient.h"
 #include "../winbind_client.h"
+#include "wbc_async.h"
 
 struct wbc_lookup_name_state {
        struct winbindd_request req;
index eb7fb040cebda9b2f3641c9c758087b30ee7e4df..8801b8ecc51519bdca1ecac0f5dffafbb20ebdc7 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "replace.h"
 #include "libwbclient.h"
+#include "wbc_async.h"
 
 struct wbc_ping_state {
        struct winbindd_request req;
index b521567c9094341a2ee5d89286269fafdfaf1894..31a736da0b59d3f3b53d7daf4f36e52fde419805 100644 (file)
@@ -23,8 +23,6 @@
 /* Required Headers */
 
 #include "replace.h"
-#include "talloc.h"
-#include "tevent.h"
 #include "libwbclient.h"
 
 /* From wb_common.c */