summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-01-24 04:44:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:24 -0500
commita4faa575a4eef0b29a9129779efe5a930f464e15 (patch)
tree8cd6ca591438911348c418e3ee2041caba0d47dc /source3/include/includes.h
parent1ce7cc19185646fcea3db670ca0b22145760da79 (diff)
downloadsamba-a4faa575a4eef0b29a9129779efe5a930f464e15.tar.gz
samba-a4faa575a4eef0b29a9129779efe5a930f464e15.tar.bz2
samba-a4faa575a4eef0b29a9129779efe5a930f464e15.zip
r20992: another attempt at fixing the build breakage
(This used to be commit 7011a1b5abc7d56da5beba904e3328014f315f0d)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 84bd90cc27..148bfc4414 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -777,6 +777,8 @@ enum flush_reason_enum {
#ifdef HAVE_LDAP
#include "ads_protos.h"
+#else
+typedef LDAPMessage void;
#endif
/* We need this after proto.h to reference GetTimeOfDay(). */