Fix previous commit. It broke builds where --with-cyrus-sasl=no is set.

This commit is contained in:
Quanah Gibson-Mount 2019-06-27 17:44:18 +00:00
parent ec411582d6
commit 403c01b5e6

View file

@ -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