summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-31 12:51:29 +0200
committerGünther Deschner <gd@samba.org>2010-07-01 23:20:39 +0200
commit6b25d47fea231fad2009a1e0971ccfa1acf68176 (patch)
tree8c9f0bf5e655174edbbd956c7ea14f4e0b3a2539 /source3/include/includes.h
parent568a54f324c4564438edd6369ae4fdf17b667e6e (diff)
downloadsamba-6b25d47fea231fad2009a1e0971ccfa1acf68176.tar.gz
samba-6b25d47fea231fad2009a1e0971ccfa1acf68176.tar.bz2
samba-6b25d47fea231fad2009a1e0971ccfa1acf68176.zip
s3-libads: move ads_protos.h to ads_ldap_protos.h.
Guenther
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 9c97042537..6a64db3556 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -739,7 +739,7 @@ enum flush_reason_enum {
#endif
#ifdef HAVE_LDAP
-#include "ads_protos.h"
+#include "libads/ads_ldap_protos.h"
#endif
/* We need this after proto.h to reference GetTimeOfDay(). */