1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r20996: Build fix from Kai Blin

(This used to be commit 91fdbd4cf5)
This commit is contained in:
Andrew Bartlett 2007-01-24 08:55:00 +00:00 committed by Gerald (Jerry) Carter
parent a1f0af5205
commit b0d4004396

View File

@ -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(). */