Added line to #include "ldap_pvt.h". Part of Mingw32 support.

See README 1.27 log.
This commit is contained in:
Howard Chu 1999-10-28 07:13:33 +00:00
parent 8efb675f3e
commit 2395c6c23c
7 changed files with 7 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include <ac/time.h>
#include <ac/socket.h>
#include "ldap_pvt.h"
#include "slap.h"
static int add_created_attrs(Operation *op, Entry *e);

View File

@ -24,6 +24,7 @@
#include <ac/string.h>
#include <ac/socket.h>
#include "ldap_pvt.h"
#include "slap.h"
int

View File

@ -21,6 +21,7 @@
#include <ac/socket.h>
#include "ldap_pvt.h"
#include "slap.h"
int
@ -66,7 +67,6 @@ do_compare(
ndn = ch_strdup( dn );
if( dn_normalize( ndn ) == NULL ) {
Debug( LDAP_DEBUG_ANY, "do_compare: invalid dn (%s)\n", dn, 0, 0 );
send_ldap_result( conn, op, rc = LDAP_INVALID_DN_SYNTAX, NULL,

View File

@ -22,6 +22,7 @@
#include <ac/string.h>
#include <ac/socket.h>
#include "ldap_pvt.h"
#include "slap.h"
int

View File

@ -23,6 +23,7 @@
#include <ac/string.h>
#include <ac/time.h>
#include "ldap_pvt.h"
#include "slap.h"
static void modlist_free(LDAPModList *ml);

View File

@ -35,6 +35,7 @@
#include <ac/socket.h>
#include <ac/string.h>
#include "ldap_pvt.h"
#include "slap.h"
int

View File

@ -18,6 +18,7 @@
#include <ac/string.h>
#include <ac/socket.h>
#include "ldap_pvt.h"
#include "slap.h"