libwbclient: Attempt to fix build on AIX
authorKai Blin <kai@samba.org>
Thu, 4 Jun 2009 20:32:21 +0000 (22:32 +0200)
committerKai Blin <kai@samba.org>
Thu, 4 Jun 2009 20:32:50 +0000 (22:32 +0200)
nsswitch/libwbclient/wbc_guid.c
nsswitch/libwbclient/wbc_idmap.c
nsswitch/libwbclient/wbc_pam.c
nsswitch/libwbclient/wbc_pwd.c
nsswitch/libwbclient/wbc_sid.c
nsswitch/libwbclient/wbc_util.c
nsswitch/libwbclient/wbclient.c

index c343e24351fa07c0722337374844365b7e6ba867..d55a19797360fc4b25a6994946729f4dc4b76eb6 100644 (file)
@@ -22,6 +22,7 @@
 
 /* Required Headers */
 
+#include "replace.h"
 #include "libwbclient.h"
 
 /* Convert a binary GUID to a character string */
index 5b2ab875f62b168fe6ba9195dbe3b53a9661957b..10a02fd505ac264ea3c6a74a6e579b343f37e128 100644 (file)
@@ -22,6 +22,7 @@
 
 /* Required Headers */
 
+#include "replace.h"
 #include "libwbclient.h"
 
 /* Convert a Windows SID to a Unix uid, allocating an uid if needed */
index eeb798a78c4fb3e9c34e7dd1d52b9b0f451f73ad..a245d8a04440521fed72a8f89d59765f5d399810 100644 (file)
@@ -22,6 +22,7 @@
 
 /* Required Headers */
 
+#include "replace.h"
 #include "libwbclient.h"
 
 /* Authenticate a username/password pair */
index dacd9499dd4ab459e23469ccaa84fea6764cf4cc..897bf1f5c345b01102017ba157092fb892e9d8fe 100644 (file)
@@ -22,6 +22,7 @@
 
 /* Required Headers */
 
+#include "replace.h"
 #include "libwbclient.h"
 
 /** @brief The maximum number of pwent structs to get from winbindd
index 46c59a9513f88b7231857058861300fdbb52f2ae..aa32e83cb335ee1204d9501d3553428df922cffd 100644 (file)
@@ -22,6 +22,7 @@
 
 /* Required Headers */
 
+#include "replace.h"
 #include "libwbclient.h"
 
 
index 5c5034ee13f4e5006353901c1a5e45d94d7d5916..fcb7671d8388c7c45d8a205ef98621241071d6b8 100644 (file)
@@ -22,6 +22,7 @@
 
 /* Required Headers */
 
+#include "replace.h"
 #include "libwbclient.h"
 
 
index 77b7e12d0400263fef116123e172a798376241a3..f4620ff0025832cfa131fdd043f320eaacca3c9d 100644 (file)
@@ -22,6 +22,7 @@
 
 /* Required Headers */
 
+#include "replace.h"
 #include "lib/talloc/talloc.h"
 #include "lib/tevent/tevent.h"
 #include "libwbclient.h"