mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
Fix previous commit. It broke builds where --with-cyrus-sasl=no is set.
This commit is contained in:
parent
ec411582d6
commit
403c01b5e6
1 changed files with 2 additions and 2 deletions
|
|
@ -15,6 +15,8 @@
|
|||
|
||||
#include "portable.h"
|
||||
|
||||
#include "ldap-int.h"
|
||||
|
||||
#ifdef HAVE_CYRUS_SASL
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
@ -31,8 +33,6 @@
|
|||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#include "ldap-int.h"
|
||||
|
||||
#ifndef INT_MAX
|
||||
#define INT_MAX 2147483647 /* 32 bit signed max */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue