r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.
[tprouty/samba.git] / source3 / include / includes.h
index 524e6ab8d2fb51fc6449be981c68dc9d9657a717..3629996ff98fe34042243fd3640a92dc2fcb9a98 100644 (file)
@@ -1084,6 +1084,10 @@ typedef int (*comparison_fn_t)(const void *, const void *);
 #include "proto.h"
 #endif
 
+#ifdef HAVE_ADS
+#include "ads_protos.h"
+#endif
+
 /* We need this after proto.h to reference GetTimeOfDay(). */
 #include "smbprofile.h"