s3:client: s/Undefined/SMB_SIGNING_DEFAULT/
[kai/samba.git] / source3 / include / ads.h
index ee6e5b8649b6366d23fe0c6e5576065de7d6466b..bbe8671f37cd7695a9b736c9e8bfb40b9e3b2fbd 100644 (file)
@@ -6,6 +6,7 @@
   basically this is a wrapper around ldap
 */
 
+#include "libads/ads_status.h"
 #include "smb_ldap.h"
 
 struct ads_struct;
@@ -25,7 +26,7 @@ enum ads_saslwrap_type {
 
 typedef struct ads_struct {
        int is_mine;    /* do I own this structure's memory? */
-       
+
        /* info needed to find the server */
        struct {
                char *realm;