summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-01-24 08:55:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:24 -0500
commitb0d4004396bd1f9a2b9faa4f6ba62d36d63c50ca (patch)
treefc3601b61480b3606150e1f3a444241d41938822 /source3/include/includes.h
parenta1f0af5205bd5b2a6c93cdf560deb54277160a08 (diff)
downloadsamba-b0d4004396bd1f9a2b9faa4f6ba62d36d63c50ca.tar.gz
samba-b0d4004396bd1f9a2b9faa4f6ba62d36d63c50ca.tar.bz2
samba-b0d4004396bd1f9a2b9faa4f6ba62d36d63c50ca.zip
r20996: Build fix from Kai Blin
(This used to be commit 91fdbd4cf5f8fe44adcbe8dc8ef38579a8306c39)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 148bfc4414..da390c87ea 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -778,7 +778,8 @@ enum flush_reason_enum {
#ifdef HAVE_LDAP
#include "ads_protos.h"
#else
-typedef LDAPMessage void;
+struct _LDAPMessage;
+typedef struct _LDAPMessage *LDAPMessage;
#endif
/* We need this after proto.h to reference GetTimeOfDay(). */