summaryrefslogtreecommitdiffstats
path: root/source/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
commit7011a1b5abc7d56da5beba904e3328014f315f0d (patch)
treece0ced7fa7a3fbbe96e180e863083f02102d9d1f /source/include/includes.h
parent4982be312151c4d9b97f06afe88c30d8065be4be (diff)
downloadsamba-7011a1b5abc7d56da5beba904e3328014f315f0d.tar.gz
samba-7011a1b5abc7d56da5beba904e3328014f315f0d.tar.xz
samba-7011a1b5abc7d56da5beba904e3328014f315f0d.zip
r20992: another attempt at fixing the build breakage
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 84bd90cc27f..148bfc4414b 100644
--- a/source/include/includes.h
+++ b/source/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(). */